.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.container {
  width: 100%;
  padding: 0 1rem;
}
.w1440 {
  width: 14.4rem;
  margin: 0 auto;
}
.w1200 {
  width: 12rem;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "regular";
  src: url("../fonts/SOURCEHANSANSCN-REGULAR.OTF");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url("../fonts/SOURCEHANSANSCN-MEDIUM.OTF");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en_regular";
  src: url("../fonts/Montserrat-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en_light";
  src: url("../fonts/Montserrat-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url("../fonts/Montserrat-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
.regular {
  font-family: "regular";
}
.medium {
  font-family: "medium";
}
.en_regular {
  font-family: "en_regular";
}
.en_light {
  font-family: "en_light";
}
.mm {
  font-family: "mm";
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs42: 42px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.index .header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  background: transparent;
  border-color: transparent;
}
.index .header-wrapper.top {
  transform: translateY(-200%);
  transition: 0.6s ease-out;
}
.index .header-wrapper .logo-box .init {
  display: none;
}
.index .header-wrapper .logo-box .on {
  display: block;
}
.index .header-wrapper .ibtn {
  background-color: #fff;
}
.index .header-wrapper .ibtn:hover {
  background-color: #1a2d88;
}
.index .header-wrapper .search {
  background-image: url(../img/search.png);
}
.index .header-wrapper .lang {
  color: #000;
}
.index .pc-nav-box > ul > li.on > a,
.index .pc-nav-box > ul > li:hover > a {
  color: #fff;
}
.index .pc-nav-box > ul > li.on svg path,
.index .pc-nav-box > ul > li:hover svg path {
  fill: #fff;
}
.index .pc-nav-box > ul > li > a {
  color: #fff;
}
.index .pc-nav-box > ul > li svg path {
  fill: #fff;
}
.header-wrapper {
  background: #fff;
  transition: 0.6s ease-out;
  border-bottom: 2px solid #f2f3f8;
}
.header-wrapper .container {
  height: 1.25rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .logo-box {
  width: 110px;
}
.header-wrapper .logo-box a {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .logo-box .init {
  display: block;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .ibtn {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000;
  border-radius: 50%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.header-wrapper .ibtn:hover {
  background-color: #1a2d88;
}
.header-wrapper .search {
  margin-right: 0.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/search2.png);
  background-size: 70%;
}
.header-wrapper .lang {
  font-family: "en_regular";
  color: #fff;
  font-size: 14px;
}
.pc-nav-box {
  flex: 1;
  margin-right: 1.55rem;
  margin-left: 1rem;
}
.pc-nav-box > ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: flex-end;
}
.pc-nav-box > ul > li {
  margin-right: 0.42rem;
}
.pc-nav-box > ul > li.on > a,
.pc-nav-box > ul > li:hover > a {
  color: #1a2d88;
}
.pc-nav-box > ul > li.on svg path,
.pc-nav-box > ul > li:hover svg path {
  fill: #1a2d88;
}
.pc-nav-box > ul > li:hover .nav {
  z-index: 11;
}
.pc-nav-box > ul > li:hover svg {
  transform: rotateX(180deg);
}
.pc-nav-box > ul > li:last-child {
  margin-right: 0;
}
.pc-nav-box > ul > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 1.25rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.pc-nav-box > ul > li .cat {
  padding-right: 18px;
}
.pc-nav-box > ul > li svg {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 12px;
  margin-top: -6px;
}
.pc-nav-box .nav {
  display: none;
  position: absolute;
  left: 0;
  top: 1.25rem;
  background: #fff;
  z-index: 10;
  width: 100%;
}
.pc-nav-box .normal {
  text-align: center;
}
.pc-nav-box .normal a {
  min-width: 2.11rem;
  color: #333;
  line-height: 0.78rem;
  display: inline-block;
  position: relative;
  padding: 0 0.2rem;
  font-size: 16px;
  color: #4e4e4e;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.pc-nav-box .normal a:hover,
.pc-nav-box .normal a.on {
  color: #fff;
}
.pc-nav-box .normal a:hover:before,
.pc-nav-box .normal a.on:before {
  opacity: 1;
  visibility: visible;
}
.pc-nav-box .normal a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: url(../img/navbg.png) no-repeat center center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box .normal a span {
  position: relative;
  z-index: 10;
}
.pc-nav-box .box {
  width: 72.92%;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pc-nav-box .solution .box {
  padding: 0.58rem 0 0.85rem;
}
.pc-nav-box .solution .left {
  width: 25.51%;
}
.pc-nav-box .solution .left .title {
  font-size: var(--fs30);
  line-height: 0.36rem;
}
.pc-nav-box .solution .desc {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-right: 0.5rem;
  margin: 0.2rem auto 0.3rem;
}
.pc-nav-box .solution .center {
  width: 38.42%;
  border-left: 1px solid #ebebeb;
  padding: 0 0.85rem 0 0.72rem;
}
.pc-nav-box .solution .center a {
  display: block;
  color: #666666;
  font-size: 17px;
  line-height: 0.54rem;
  padding: 0 0.77rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box .solution .center a.on {
  background: #1a2d88;
  color: #fff;
}
.pc-nav-box .solution .right {
  width: 36.07%;
}
.pc-nav-box .solution .right .swiper-slide:hover .pic {
  border-radius: 0.1rem;
}
.pc-nav-box .solution .right .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.pc-nav-box .solution .right .swiper-slide:hover .title {
  color: #1a2d88;
}
.pc-nav-box .solution .right .pic {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pc-nav-box .solution .right .title {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 24px;
  margin: 0.2rem auto;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.pc-nav-box .solution .right .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.pc-nav-box .solution .right .swiper-slide-active .title,
.pc-nav-box .solution .right .swiper-slide-active .imore {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box .solution .right .pic {
  opacity: 0;
  visibility: hidden;
}
.pc-nav-box .solution .right .title,
.pc-nav-box .solution .right .imore {
  transform: translateY(8px);
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.pc-nav-box .solution .right .imore {
  transition-delay: 0.15s;
}
.pc-nav-box .goods .box {
  padding: 0.46rem 0 0.82rem;
}
.pc-nav-box .goods .item {
  width: 17.5%;
  margin-right: 3.125%;
}
.pc-nav-box .goods .item:last-child {
  margin-right: 0;
}
.pc-nav-box .goods .item > a {
  font-size: var(--fs20);
  position: relative;
  padding-bottom: 0.15rem;
  margin-bottom: 0.14rem;
}
.pc-nav-box .goods .item > a:hover {
  color: #1a2d88;
}
.pc-nav-box .goods .item > a:before,
.pc-nav-box .goods .item > a:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pc-nav-box .goods .item > a:before {
  z-index: 0;
  width: 100%;
  background: #e2e3e3;
}
.pc-nav-box .goods .item > a:after {
  z-index: 1;
  width: 42px;
  background: #1a2d88;
}
.pc-nav-box .goods .item a {
  display: block;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.pc-nav-box .childs a {
  font-size: 15px;
  color: #666666;
  line-height: 30px;
}
.pc-nav-box .childs a:hover {
  color: #1a2d88;
}
.pc-nav-box .childs a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.pc-nav-box .childs span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.imore {
  display: inline-block;
  font-size: 16px;
  color: #1a2d88;
  line-height: 24px;
}
.imore:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.imore i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/iright.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.1rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.imore span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.index .header-wrapper.on {
  background: #fff;
}
.index .header-wrapper.on .logo-box .init {
  display: block;
}
.index .header-wrapper.on .logo-box .on {
  display: none;
}
.index .header-wrapper.on .pc-nav-box > ul > li.on > a,
.index .header-wrapper.on .pc-nav-box > ul > li:hover > a {
  color: #1a2d88;
}
.index .header-wrapper.on .pc-nav-box > ul > li.on svg path,
.index .header-wrapper.on .pc-nav-box > ul > li:hover svg path {
  fill: #1a2d88;
}
.index .header-wrapper.on .pc-nav-box > ul > li > a {
  color: #333;
}
.index .header-wrapper.on .pc-nav-box > ul > li svg path {
  fill: #333;
}
.index .header-wrapper.on .ibtn {
  background: #000;
}
.index .header-wrapper.on .ibtn:hover {
  background-color: #1a2d88;
}
.index .header-wrapper.on .search {
  background-image: url(../img/search2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.index .header-wrapper.on .lang {
  color: #fff;
}
.index .header-wrapper.on .nav-icon {
  background: #000;
}
.index .header-wrapper.on .nav-icon span {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .index .header-wrapper:hover {
    background: #fff;
  }
  .index .header-wrapper:hover .logo-box .init {
    display: block;
  }
  .index .header-wrapper:hover .logo-box .on {
    display: none;
  }
  .index .header-wrapper:hover .pc-nav-box > ul > li.on > a,
  .index .header-wrapper:hover .pc-nav-box > ul > li:hover > a {
    color: #1a2d88;
  }
  .index .header-wrapper:hover .pc-nav-box > ul > li.on svg path,
  .index .header-wrapper:hover .pc-nav-box > ul > li:hover svg path {
    fill: #1a2d88;
  }
  .index .header-wrapper:hover .pc-nav-box > ul > li > a {
    color: #333;
  }
  .index .header-wrapper:hover .pc-nav-box > ul > li svg path {
    fill: #333;
  }
  .index .header-wrapper:hover .ibtn {
    background-color: #000;
  }
  .index .header-wrapper:hover .ibtn:hover {
    background-color: #1a2d88;
  }
  .index .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
  .index .header-wrapper:hover .lang {
    color: #fff;
  }
}
@media screen and (max-width: 1600px) {
  .w1440 {
    width: 13rem;
  }
  .header-wrapper .ibtn {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .header-wrapper .lang {
    font-size: 12px;
  }
}
@media screen and (max-width: 1004px) {
  .index .nav-icon {
    background: #fff;
  }
  .index .nav-icon.on {
    background: #000;
  }
  .index .nav-icon.on span {
    background: #fff;
  }
  .index .nav-icon span {
    background: #000;
  }
  .header-wrapper {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
  }
  .header-wrapper .container {
    height: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 1.2rem;
  }
  .header-wrapper .ibtn,
  .header-wrapper .nav-icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .header-wrapper .search {
    margin-right: 0.2rem;
  }
  .header-wrapper .lang {
    font-size: 14px;
    margin-right: 0.2rem;
  }
  .pc-nav-box {
    display: none;
  }
}
@media screen and (max-width: 1004px) {
  .nav-icon {
    position: relative;
    background: #000;
    border-radius: 50%;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 50%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 25%;
    top: 17px;
    z-index: 10;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #1a2d88;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #1a2d88;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat svg {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
  }
  .phone-nav ul li.active .cat svg path {
    fill: #1a2d88;
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li svg {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    z-index: 1;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #1a2d88;
  }
  .phone-nav ul li.on svg path {
    fill: #1a2d88;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.footer-wrapper {
  position: relative;
  background: linear-gradient(#00297b, #183d88, #032c7f);
  padding-top: 0.95rem;
  padding-bottom: 0.7rem;
  overflow: hidden;
}
.footer-wrapper canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.24;
}
.footer-wrapper .w1440 {
  position: relative;
  z-index: 10;
}
.footer-wrapper .footer_animate {
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
}
.footer-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .logo {
  display: block;
  width: 1.1rem;
}
.footer-wrapper .logo img {
  display: block;
  width: 100%;
}
.footer-wrapper .other .title {
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 0.4rem;
  margin: 0.18rem 0 1.46rem;
}
.footer-wrapper .box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 0.62rem;
  align-items: flex-start;
  padding-top: 0.42rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-wrapper .links,
.footer-wrapper .links a,
.footer-wrapper .email,
.footer-wrapper .email a,
.footer-wrapper .address,
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: 0.16rem;
  color: #ffffff;
}
.footer-wrapper .copyright {
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 0.74rem;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #1a2d88;
}
.footer-wrapper .email {
  letter-spacing: -1px;
  flex: 1;
}
.footer-wrapper .links {
  flex: 1;
  text-align: right;
}
.footer-wrapper .links a {
  line-height: 24px;
  margin: 0 5px;
}
.footer-wrapper .links a:hover {
  text-decoration: underline;
}
.footer-wrapper .links a:last-child {
  margin-right: 0;
}
.share {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  font-size: 0;
}
.share span {
  font-size: var(--fs18);
  line-height: 30px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-right: 0.22rem;
}
.share ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style-type: none;
}
.share li {
  position: relative;
  margin-right: 15px;
}
.share li:last-child {
  margin-right: 0;
}
.share li:hover .hidebox,
.share li:hover .tel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.share li:hover a:before {
  opacity: 1;
  visibility: visible;
  animation: iconScale 0.6s ease;
}
.share li a {
  display: block;
  position: relative;
}
.share li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.share li a > img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.share .hidebox,
.share .tel {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.1rem);
  z-index: 10;
  transform: translate(-50%, 10px);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.share .hidebox:after,
.share .tel:after {
  content: "";
  border: 5px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
}
.share .hidebox {
  padding: 8px;
  width: 100px;
}
.share .hidebox img {
  display: block;
  width: 100%;
}
.share .tel {
  white-space: nowrap;
  color: #000;
  padding: 0 0.2rem;
  font-size: var(--fs20);
  font-family: "en_regular";
  font-weight: 700;
  line-height: 0.4rem;
}
.footer-nav-box {
  width: 53.47%;
}
.footer-nav-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box li span {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.footer-nav-box li > a {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}
.footer-nav-box a {
  display: block;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.footer-nav-box .nav a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (max-width: 1600px) {
  .footer-wrapper {
    padding-top: 0.8rem;
  }
  .footer-wrapper .other .title {
    margin-bottom: 1.3rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer-wrapper .other .title {
    margin-bottom: 1.2rem;
  }
  .footer-wrapper .copyright {
    line-height: 24px;
  }
  .footer-nav-box {
    width: 62%;
  }
}
@media screen and (max-width: 1004px) {
  .footer-nav-box {
    width: 100%;
    margin-top: 0.6rem;
  }
  .footer-nav-box ul {
    display: block;
  }
  .footer-nav-box li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer-nav-box li:last-child {
    margin-bottom: 0;
  }
  .footer-nav-box li.on > a:after {
    transform: rotate(180deg);
  }
  .footer-nav-box li > a {
    font-size: 15px;
    line-height: 0.48rem;
    margin-bottom: 0;
    position: relative;
  }
  .footer-nav-box li > a:after {
    content: "";
    width: 9px;
    height: 100%;
    background-image: url(../img/down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    opacity: 0.8;
  }
  .footer-nav-box .nav {
    display: none;
    margin-top: 0.1rem;
  }
  .footer-nav-box .nav a {
    font-size: 14px;
  }
  .footer-wrapper {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .footer-wrapper .footer_animate {
    transform: none;
  }
  .footer-wrapper .box-1 {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-wrapper .logo {
    width: 1.4rem;
    margin: 0 auto;
  }
  .footer-wrapper .other .title {
    text-align: center;
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin: 0.3rem 0 0.48rem;
  }
  .footer-wrapper .box-2 {
    display: block;
    margin-top: 0.48rem;
    padding-top: 0;
    border-top: none;
  }
  .footer-wrapper .links {
    text-align: center;
  }
  .footer-wrapper .links,
  .footer-wrapper .links a,
  .footer-wrapper .email,
  .footer-wrapper .email a,
  .footer-wrapper .address,
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: 11px;
  }
  .footer-wrapper .copyright {
    text-align: center;
    line-height: 24px;
    margin-right: 0;
  }
  .email {
    margin: 0.1rem auto;
  }
  .share {
    justify-content: center;
  }
  .share span {
    font-size: var(--fs16);
    margin-right: 0.34rem;
  }
  .share li {
    margin-right: 15px;
  }
  .share li a > img {
    width: 28px;
    height: 28px;
  }
  .share .tel {
    padding: 0 0.3rem;
    font-size: var(--fs18);
    line-height: 0.6rem;
  }
}
@keyframes iconScale {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
.index-banner-wrapper {
  position: relative;
  height: 150vh;
}
.index-banner-wrapper .index-banner-swiper {
  position: sticky;
  top: 0;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .learn.ani {
  display: inline-block;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .learn {
  position: absolute;
  left: 1rem;
  bottom: 35%;
  z-index: 10;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 36.7%;
  padding-top: 12%;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.8s ease-out;
}
.index-banner-wrapper .info.top {
  transform: translateY(-100%);
}
.index-banner-wrapper .info .container {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}
.index-banner-wrapper .info .title {
  font-size: 0.62rem;
  line-height: 0.76rem;
  letter-spacing: 0.03rem;
  color: #ffffff;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
}
.index-banner-wrapper .info .swiper-slide-active .title {
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .learn.half {
  animation-delay: 0.5s;
}
.index-banner-wrapper .learn.half:before {
  border-color: #fff;
}
.index-banner-wrapper .learn.half i {
  background-image: url(../img/lright.png);
}
.index-banner-wrapper .swiperbtn-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  z-index: 12;
}
.index-banner-wrapper .swiperbtn-box a {
  position: relative;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  background-size: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.index-banner-wrapper .prev {
  margin-right: 0.3rem;
  background-image: url(../img/i-prev.png);
}
.index-banner-wrapper .next {
  background-image: url(../img/i-next.png);
}
.index-banner-wrapper .swiper-count {
  position: absolute;
  left: 1rem;
  bottom: 0.75rem;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-banner-wrapper .swiper-count > span {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "en_regular";
  width: 2.08333vw;
}
.index-banner-wrapper .swiper-count > span:last-child {
  text-align: right;
}
.index-banner-wrapper .swiper-pagination {
  position: relative;
  cursor: pointer;
  left: 0;
  border-radius: 0;
  height: 1px;
  width: 5.12rem;
  background-color: rgba(255, 255, 255, 0.45);
}
.index-banner-wrapper .swiper-pagination-progressbar-fill {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform-origin: left center;
}
.ban-yuan {
  position: absolute;
  right: calc(1rem - 1px);
  bottom: -1px;
  width: 48px;
  height: 48px;
  z-index: -1;
  border: 2px solid transparent;
  border-radius: 50%;
}
.ban-yuan .wrapper {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  clip: rect(0, 58px, 58px, 22px);
}
.ban-yuan .circles {
  width: 46px;
  height: 46px;
  border: 2px solid #1a2d88;
  border-radius: 50%;
  position: absolute;
  clip: rect(0, 24px, 48px, 0);
}
/*  */
.ban-yuan .box {
  opacity: 0;
}
.ban-yuan .box.base {
  opacity: 1;
}
.ban-yuan .box.base .left,
.ban-yuan .box.base .right,
.ban-yuan .box.base .wrapper {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
}
.ban-yuan .box.base .wrapper {
  -webkit-animation-duration: 10ms;
  -webkit-animation-delay: 2s;
  -webkit-animation-name: close-wrapper;
}
.ban-yuan .box.base .left {
  -webkit-animation-duration: 4s;
  -webkit-animation-name: left-spin;
}
.ban-yuan .box.base .right {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: right-spin;
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}
.index_banner_pagination_line {
  width: 8.333vw;
  height: 1px;
  background: #fff;
  position: relative;
}
.index_banner_pagination_after {
  height: 100%;
  background: #1a2d88;
  position: absolute;
  left: 0;
  width: 0;
}
.index_banner_pagination_after:after {
  content: "";
  position: absolute;
  right: -0.26041666vw;
  top: -0.26041666vw;
  width: 0.57291666vw;
  height: 0.57291666vw;
  background: #1a2d88;
  border-radius: 100%;
}
.index_banner_pagination_active {
  width: 100%;
  -webkit-transition: all 5s linear;
  transition: all 5s linear;
}
@media screen and (min-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    background-color: #fff;
    width: 100%;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 2;
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: center;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    font-size: var(--fs16);
    line-height: 0.8rem;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-right: 0.72rem;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:last-child:after {
    display: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #1a2d88;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: #1a2d88;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1600px) {
  .index-banner-wrapper .title {
    font-size: 0.56rem;
  }
  .index-banner-wrapper .learn,
  .index-banner-wrapper .swiper-count {
    left: 0.8rem;
  }
  .swiperbtn-box {
    right: 0.8rem;
  }
  .ban-yuan {
    right: calc(0.8rem - 1px);
  }
  .index-banner-wrapper .info {
    height: 36.4%;
  }
}
@media screen and (max-width: 1440px) {
  .index-banner-wrapper .info {
    height: 36%;
  }
}
@media screen and (max-width: 1004px) {
  .index_banner_pagination_line {
    width: 2rem;
  }
  .ban-yuan {
    right: calc(.3rem - 1px);
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
  }
  .index-banner-wrapper {
    height: auto;
  }
  .index-banner-wrapper .index-banner-swiper {
    height: auto;
  }
  .index-banner-wrapper .info {
    height: 54%;
    padding-top: 1.6rem;
  }
  .index-banner-wrapper .info .title {
    font-size: var(--fs30);
    line-height: 0.6rem;
    letter-spacing: 0;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
    height: 6rem;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .index-banner-swiper .learn {
    bottom: 28%;
    left: 0.3rem;
  }
  .index-banner-wrapper .swiperbtn-box {
    right: 0.3rem;
    top: 39.25%;
  }
  .index-banner-wrapper .swiperbtn-box a {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    margin-right: 0;
    background-size: 4px;
  }
  .index-banner-wrapper .swiper-count {
    left: 0.3rem;
    bottom: 0.48rem;
  }
  .index-banner-wrapper .swiper-count > span {
    font-size: 12px;
    width: 0.6rem;
  }
  .index-banner-wrapper .swiper-pagination {
    width: 4rem;
  }
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4;
  }
  .page-nav-wrapper .container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #1a2d88;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
}
.index-box-1 {
  padding-top: 1.34rem;
  background: url(../img/indexbg.jpg) repeat-x left bottom;
}
.index-box-1 .top-box .page-caption {
  margin-bottom: 0;
}
.index-box-1 .swiper-slide .inner {
  display: none;
}
.index-box-1 ul {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style-type: none;
}
.index-box-1 li {
  width: 20%;
  height: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.index-box-1 li.on {
  width: 53.25%;
}
.index-box-1 li.on .ani {
  display: block;
}
.index-box-1 li.on .learn.ani {
  display: inline-block;
}
.index-box-1 li.on a > .title {
  opacity: 0;
  visibility: hidden;
}
.index-box-1 li.normal {
  width: 11.6875%;
}
.index-box-1 li a {
  display: block;
  height: 100%;
  position: relative;
}
.index-box-1 li a > .title {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-1 .learn.half {
  animation-delay: 0.45s;
}
.index-box-1 .learn.half:before {
  border-color: #fff;
}
.index-box-1 .learn.half i {
  background-image: url(../img/lright.png);
}
.index-box-1 .inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  padding: 1.6rem 0.5rem 1rem;
}
.index-box-1 .inner img {
  width: 0.86rem;
  margin-bottom: 1.12rem;
  animation-delay: 0.3s;
}
.index-box-1 .inner .title {
  animation-delay: 0.35s;
}
.index-box-1 .title {
  font-size: 0.32rem;
  line-height: 0.48rem;
  letter-spacing: 2px;
  color: #ffffff;
}
.index-box-1 .desc {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  width: 330px;
  margin: 15px 0 0.44rem;
  animation-delay: 0.4s;
}
.index-box-2 {
  padding: 0.8rem 0 1.5rem;
  background: url(../img/index2bg.jpg) repeat-x left bottom;
}
.index-box-2 .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-2 .swiper-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-2 .left {
  width: 46.51%;
  padding-left: 1rem;
}
.index-box-2 .left .swiper-slide-active .pic,
.index-box-2 .left .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .left .swiper-slide-active .title {
  animation-delay: 0.1s;
}
.index-box-2 .left .swiper-slide-active p {
  animation-delay: 0.15s;
}
.index-box-2 .left .swiper-slide-active .learn {
  animation-delay: 0.2s;
}
.index-box-2 .left .swiper-slide-active .learn.ani {
  display: inline-block;
}
.index-box-2 .left .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-2 .left .swiper-slide:hover .pic {
  border-radius: 2.22rem;
}
.index-box-2 .left .pic,
.index-box-2 .left .info {
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .left .pic {
  position: relative;
  width: 55.5%;
  background-color: #ffffff;
  border-radius: 0.1rem;
  transition: border-radius 0.6s ease;
}
.index-box-2 .left .info {
  width: 38.75%;
}
.index-box-2 .left .title {
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #333333;
}
.index-box-2 .left a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.index-box-2 .left p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
  margin: 0.2rem auto 0.43rem;
}
.index-box-2 .right {
  width: 51.56%;
}
.index-box-2 .right .swiper-slide {
  background-color: #ffffff;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: border-radius 0.6s ease;
}
.index-box-2 .right .swiper-slide:hover {
  border-radius: 2.22rem;
}
.index-box-2 .right .swiper-slide a {
  display: block;
  padding: 0.48rem 20px;
}
.index-box-2 .right .title {
  font-family: "medium";
  text-align: center;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 1px;
  margin-bottom: 16px;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.index-box-2 .right .pic img {
  height: 4rem;
}
.index-box-2 .left .pic img,
.index-box-2 .swiper-slide {
  height: 6rem;
}
.index-box-2 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-2 .swiper-slide:hover .title {
  color: #1a2d88;
}
.index-box-2 .pic img {
  object-fit: contain;
}
.index-box-3 {
  position: relative;
  padding-top: 0.9rem;
  height: 15.05rem;
  transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
}
.index-box-3:before {
  content: "";
  width: 100%;
  height: calc(100% - 2rem);
  background: #1a2d88;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.index-box-3 .container {
  position: relative;
  z-index: 10;
}
.index-box-3 .page-caption {
  margin-bottom: 1rem;
}
.index-box-3 .base {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-3 .left {
  width: 47.1%;
}
.index-box-3 .right {
  width: 31.046%;
}
.index-box-3 .brief {
  font-family: "medium";
  font-size: 0.62rem;
  line-height: 0.76rem;
  letter-spacing: 0.03rem;
  color: #fff;
}
.index-box-3 .learn.half:hover:before {
  border-color: #fff;
}
.index-box-3 .learn.half:before {
  border-color: rgba(255, 255, 255, 0.28);
}
.index-box-3 .learn.half i {
  background-image: url(../img/lright.png);
}
.index-box-3 .data {
  margin-top: 0.62rem;
}
.index-box-3 .data ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-3 .data p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.index-box-3 .data .num {
  font-family: "regular";
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  height: 0.5rem;
}
.index-box-3 .data .num i {
  font-size: 18px;
  font-family: "medium";
  font-weight: 500;
}
.index-box-3 .desc {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 0.62rem;
}
.index-box-3 .video-box {
  width: 6.52rem;
  height: 6.52rem;
  border-radius: 50%;
  margin: 42px auto 0;
  transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  overflow: hidden;
  position: relative;
}
.index-box-3 .play {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 11;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.index-box-3 .play:before,
.index-box-3 .play:after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-box-3 .play:before {
  animation: iconScale 2s linear infinite;
}
.index-box-3 .play:after {
  animation: iconScale 2s 0.8s linear infinite;
}
.index-box-3 .play i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/play.png);
}
.index-box-3.on .video-box {
  margin-top: 1.2rem;
  width: 100%;
  height: 7.5rem;
  border-radius: 0.3rem;
}
.index-box-3 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box-4 .top-box {
  margin-bottom: 0.4rem;
}
.index-box-4 .top-box .page-caption {
  margin-bottom: 0;
}
.index-box-4 .item {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index-box-4 .item:last-child {
  border-bottom: none;
}
.index-box-4 .item:hover {
  border-color: transparent;
}
.index-box-4 .item:hover .container {
  height: 3.3rem;
}
.index-box-4 .item:hover .time,
.index-box-4 .item:hover .day,
.index-box-4 .item:hover .title {
  color: #fff;
}
.index-box-4 .item:hover .learn {
  color: #fff;
}
.index-box-4 .item:hover .learn:before {
  border-color: #fff;
}
.index-box-4 .item:hover .learn i {
  background-image: url(../img/lright.png);
}
.index-box-4 .item:hover .learn:hover:before {
  border-color: #1a2d88;
}
.index-box-4 .item .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 2.73rem;
  align-items: center;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-box-4 .item a {
  display: block;
  position: relative;
  z-index: 10;
}
.index-box-4 .time {
  width: 33.49%;
}
.index-box-4 .time,
.index-box-4 .day {
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #1a2d88;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-box-4 .day {
  margin-top: 0.1rem;
}
.index-box-4 .info {
  flex: 1;
  margin-right: 2rem;
}
.index-box-4 .title {
  font-size: 0.26rem;
  line-height: 0.42rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  min-height: 0.84rem;
  max-height: 1.26rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 77%;
}
.index-box-4 .newsbg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.index-box-4 .images {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 1;
}
.index-box-4 .images .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-box-4 .images a {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index-box-4 .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.index-box-5 {
  position: relative;
  z-index: 10;
  text-align: center;
  height: 6.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-5 h2 {
  font-size: 0.52rem;
  line-height: 0.6rem;
  color: #ffffff;
}
.index-box-5 .brief {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0.16rem auto 0.46rem;
}
@media screen and (max-width: 1600px) {
  .index-box-1 .inner {
    padding-top: 1.1rem;
  }
  .index-box-1 .inner img {
    margin-bottom: 0.8rem;
  }
  .index-box-1 .title {
    font-size: 0.28rem;
  }
  .index-box-2 .left .pic img,
  .index-box-2 .swiper-slide {
    height: 5rem;
  }
  .index-box-2 .right .pic img {
    height: 3.5rem;
  }
  .index-box-2 .left .title {
    font-size: var(--fs40);
    line-height: 0.56rem;
  }
  .index-box-5 h2 {
    font-size: var(--fs48);
  }
  .index-box-3 .brief {
    font-size: 0.56rem;
  }
  .index-box-2 .left {
    padding-left: 0.8rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-box-1 {
    padding-top: 1rem;
    background-size: 100% 100%;
  }
  .index-box-1 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .index-box-1 .top-box {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .index-box-1 .swiper-slide-active .ani {
    display: block;
  }
  .index-box-1 .swiper-slide-active .desc.ani {
    display: -webkit-box;
  }
  .index-box-1 .swiper-slide-active .learn.ani {
    display: inline-block;
  }
  .index-box-1 .swiper-slide .pic img {
    height: 5rem;
    object-fit: cover;
  }
  .index-box-1 .swiper-slide .inner {
    display: block;
  }
  .index-box-1 ul {
    display: none;
  }
  .index-box-1 .inner {
    padding: 0.6rem 0.4rem;
  }
  .index-box-1 .inner img {
    width: 0.6rem;
    margin-bottom: 0.4rem;
  }
  .index-box-1 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    letter-spacing: 0;
  }
  .index-box-1 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    letter-spacing: 0;
    width: 100%;
    margin: 0.2rem 0 0.3rem;
    max-height: 1.76rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: none;
  }
  .index-box-2 {
    padding: 0.8rem 0 1rem;
    background-size: 100% 100%;
  }
  .index-box-2 .swiper-box {
    display: block;
  }
  .index-box-2 .left {
    width: 100%;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .index-box-2 .left .swiper-slide {
    display: block;
  }
  .index-box-2 .left .swiper-slide:hover .pic {
    border-radius: 0.1rem;
  }
  .index-box-2 .left .pic {
    width: 100%;
    border-radius: 0.1rem;
  }
  .index-box-2 .left .info {
    width: 100%;
    margin-top: 0.6rem;
  }
  .index-box-2 .left .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .index-box-2 .left a {
    display: block;
  }
  .index-box-2 .left p {
    font-size: var(--fs15);
    line-height: 0.44rem;
    letter-spacing: 0;
  }
  .index-box-2 .right {
    display: none;
  }
  .index-box-2 .left .pic img {
    height: 4rem;
  }
  .index-box-2 .swiper-slide {
    height: auto;
  }
  .index-box-3 {
    padding-top: 1rem;
    height: 16.8rem;
  }
  .index-box-3:before {
    height: calc(100% - 2.4rem);
  }
  .index-box-3 .page-caption {
    margin-bottom: 0.3rem;
  }
  .index-box-3 .base {
    display: block;
  }
  .index-box-3 .left {
    width: 100%;
  }
  .index-box-3 .right {
    width: 100%;
  }
  .index-box-3 .brief {
    font-size: var(--fs30);
    line-height: 0.56rem;
    letter-spacing: 0;
  }
  .index-box-3 .data {
    margin-top: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .index-box-3 .data ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-3 .data p {
    font-size: 13px;
    line-height: 20px;
  }
  .index-box-3 .data .num {
    font-size: var(--fs30);
  }
  .index-box-3 .desc {
    font-size: var(--fs15);
    line-height: 0.48rem;
    letter-spacing: 0;
    margin-bottom: 0.48rem;
  }
  .index-box-3 .video-box {
    width: 5.2rem;
    height: 5.2rem;
    margin: 36px auto 0;
  }
  .index-box-3 .play {
    margin-left: -21px;
    margin-top: -21px;
    width: 42px;
    height: 42px;
  }
  .index-box-3.on .video-box {
    margin-top: 1rem;
    height: 7rem;
  }
  .index-box-4 .item:hover .container {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index-box-4 .item:hover .images {
    display: block;
  }
  .index-box-4 .item .container {
    flex-flow: wrap;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .index-box-4 .time {
    width: 100%;
  }
  .index-box-4 .time,
  .index-box-4 .day {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .index-box-4 .day {
    margin-top: 0.05rem;
    display: inline-block;
  }
  .index-box-4 p {
    display: inline-block;
  }
  .index-box-4 .info {
    margin-right: 0.5rem;
  }
  .index-box-4 .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
    min-height: 0.96rem;
    max-height: 1.44rem;
    width: 100%;
  }
  .index-box-5 {
    height: auto;
    padding: 0.8rem 0;
    background-attachment: inherit;
  }
  .index-box-5 h2 {
    font-size: var(--fs30);
  }
  .index-box-5 .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
    letter-spacing: 0;
    margin: 0.16rem auto 0.46rem;
  }
}
.learn {
  font-size: var(--fs18);
  color: #666666;
  min-width: 1.54rem;
  height: 0.64rem;
  line-height: 0.62rem;
  padding: 0 0.4rem 0 0.2rem;
  display: inline-block;
  text-align: left;
  position: relative;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.learn:hover {
  color: #1a2d88;
}
.learn:hover:before {
  width: 0.32rem;
  border-color: #1a2d88;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.learn:hover:after {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}
.learn:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.learn.white {
  color: #fff;
}
.learn.white:before {
  border-color: #fff;
}
.learn.white:after {
  background-image: url(../img/right2.png);
}
.learn.white i {
  background-image: url(../img/lright.png);
}
.learn.white.on:hover:before {
  border-color: #fff;
}
.learn.half:hover:before {
  border-color: #1a2d88;
  background: #1a2d88;
  width: 100%;
  border-radius: 0.32rem;
}
.learn.half:hover span {
  color: #fff;
}
.learn.half:hover i {
  background-image: url(../img/lright.png) !important;
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
}
.learn.half:before {
  width: 0.32rem;
  border-color: rgba(51, 51, 51, 0.28);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.learn.half:after {
  display: none;
}
.learn.half i {
  background-image: url(../img/lright2.png);
  opacity: 1;
  visibility: visible;
  transform: none;
}
.learn.on:hover:before {
  background: transparent;
}
.learn.on:before {
  border-color: #1a2d88;
  background: #1a2d88;
}
.learn:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #666;
  border-radius: 0.32rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.learn:after {
  content: "";
  width: 7px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/right.png);
  position: absolute;
  right: 0.2rem;
  top: 0;
  z-index: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.learn span {
  position: relative;
  z-index: 10;
}
.learn i {
  width: 0.26rem;
  height: 100%;
  position: absolute;
  display: block;
  right: 0.1rem;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  background-image: url(../img/lright3.png);
}
.page-box {
  padding: 0.8rem 0 1.1rem;
}
.app-wrapper .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.app-wrapper .item {
  position: relative;
  border-radius: 0.16rem;
  margin-top: 0.2rem;
  width: 49.41%;
}
.app-wrapper .item:nth-child(-n+3) {
  width: 80%;
}
.app-wrapper .item:nth-child(-n+3).on {
  width: 100%;
}
.app-wrapper .item:first-child {
  margin-top: 0;
}
.app-wrapper .item:hover .pic img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.app-wrapper .pic {
  border-radius: 0.16rem;
}
.app-wrapper a {
  display: block;
}
.app-wrapper .info {
  position: absolute;
  left: 0;
  top: 0.9rem;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}
.app-wrapper .animated .title,
.app-wrapper .animated .brief,
.app-wrapper .animated .btnbox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.app-wrapper .title,
.app-wrapper .brief,
.app-wrapper .btnbox {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -moz-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.app-wrapper .title {
  font-family: "medium";
  font-size: var(--fs42);
  line-height: 0.6rem;
  letter-spacing: 2px;
  color: #ffffff;
  transition-delay: 0.15s;
}
.app-wrapper .brief {
  margin: 0.1rem auto 0.4rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  letter-spacing: 1px;
  color: #ffffff;
  transition-delay: 0.3s;
}
.app-wrapper .btnbox {
  transition-delay: 0.45s;
}
.mt1 {
  margin-top: 1rem;
}
.ad-box {
  position: relative;
  height: 7.72rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 auto;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.ad-box.on {
  width: 100%;
}
.ad-box img {
  display: none;
}
.top-box {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.48rem;
}
.page-title {
  font-size: var(--fs48);
  line-height: 0.6rem;
  letter-spacing: 2px;
  font-family: "regular";
  font-weight: 700;
}
.page-title span {
  position: relative;
  display: inline-block;
}
.page-title i {
  display: none;
}
.page-caption {
  font-size: var(--fs42);
  line-height: 0.62rem;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.page-caption.white {
  color: #fff;
}
.page-banner-wrapper,
.ad-box {
  width: calc(100% - 2rem);
}
.page-banner-wrapper {
  position: relative;
  height: 7.94rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 auto;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.page-banner-wrapper.on {
  width: 100%;
}
.page-banner-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.page-banner-wrapper img {
  display: none;
}
.page-banner-wrapper.play .pic {
  opacity: 0;
  visibility: hidden;
}
.page-banner-wrapper.play video {
  opacity: 1;
  visibility: visible;
}
.page-video-wrapper {
  height: 10rem;
  background: url(../img/aboutbg_1.jpg) no-repeat center center;
  background-size: cover;
}
.page-video-wrapper video.maskHide {
  mask-image: none;
  -webkit-mask-image: none;
}
.page-video-wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url(../img/txt.png);
  mask-image: url(../img/txt.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 65.4688vw;
  -webkit-mask-size: 65.4688vw;
}
.aboutPlayIcon {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 49%;
  z-index: 11;
  width: 1.06rem;
  height: 1.06rem;
  margin-left: -0.53rem;
  border-radius: 50%;
}
.aboutPlayIcon:before {
  content: "";
  width: 66.66%;
  height: 66.66%;
  background: #8cf6fb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.aboutPlayIcon:before {
  animation: loadingAni 4s linear infinite;
}
.aboutPlayIcon i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  background-image: url(../img/a-play.png);
}
@keyframes loadingAni {
  0% {
    left: 0;
    top: 0;
  }
  25% {
    left: 40%;
    top: 0;
  }
  50% {
    left: 40%;
    top: 40%;
  }
  75% {
    left: 0;
    top: 40%;
  }
  100% {
    left: 0;
    top: 0;
  }
}
.playIcon {
  position: absolute;
  cursor: pointer;
  right: 1rem;
  bottom: 30px;
  z-index: 11;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #ffffff;
}
.playIcon:before,
.playIcon:after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.playIcon:before {
  animation: iconScale 2s linear infinite;
}
.playIcon:after {
  animation: iconScale 2s 0.8s linear infinite;
}
.playIcon.on i {
  background-image: url(../img/gi-pause.png);
}
.playIcon i {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 12px;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/gi-play.png);
}
.banner-box {
  position: relative;
}
.banner-box.on .playIcon,
.banner-box.on .category {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.playIcon,
.category {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -moz-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
}
.download-wrapper .category {
  text-align: center;
  width: 100%;
}
.category {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 10;
  width: 100%;
  text-align: right;
  padding-right: 1.8rem;
}
.category.flex-end .swiper-wrapper {
  justify-content: flex-end;
}
.category .swiper-slide {
  width: auto;
}
.category a {
  display: inline-block;
  padding: 0 0.2rem;
  min-width: 1.4rem;
  line-height: 50px;
  background-color: #fbfbfb;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  color: #333;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  margin-right: 0.2rem;
}
.category a:last-child {
  margin-right: 0;
}
.category a.on {
  color: #fff;
  background-color: #1a2d88;
}
.info-wrapper .top-box {
  align-items: center;
}
.info-wrapper .brief {
  font-size: var(--fs16);
  line-height: 0.3rem;
  letter-spacing: 1px;
  color: #666;
}
.info-wrapper .app-box .page-caption {
  width: 32.45%;
}
.info-wrapper .base-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.95rem;
}
.info-wrapper .base-box .page-caption {
  flex: 1;
}
.info-wrapper .base-box .desc {
  width: 67.55%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
}
.info-wrapper .swiper-slide {
  overflow: hidden;
  width: 24.24%;
  background-color: #f3f4f8;
  border-radius: 0.16rem;
  height: auto;
  text-align: center;
  padding: 1.06rem 0.3rem 0.7rem;
}
.info-wrapper .swiper-slide:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.info-wrapper .swiper-slide:hover .circle {
  opacity: 1;
}
.info-wrapper .swiper-slide:hover .circle:before {
  animation: kusan 2s infinite ease;
  -webkit-animation: kusan 2s infinite ease;
}
.info-wrapper .swiper-slide:hover .circle:after {
  animation: kusan2 1.5s infinite ease;
  -webkit-animation: kusan2 1.5s infinite ease;
}
.info-wrapper .swiper-slide .title {
  font-family: "medium";
  font-size: var(--fs22);
  line-height: 30px;
  color: #1a2d88;
  margin: 0.22rem auto 0.16rem;
}
.info-wrapper .swiper-slide p {
  font-size: 15px;
  line-height: 24px;
  color: #777777;
  min-height: 144px;
}
.info-wrapper .icon {
  width: 40px;
  margin: 0 auto;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.info-wrapper .center {
  text-align: center;
  margin-top: 0.7rem;
}
.info-wrapper .app-box {
  border-top: 1px solid #f5f5f8;
  padding-top: 0.76rem;
  margin-top: 0.55rem;
}
.cat-box {
  flex: 1;
  text-align: center;
}
.cat-box a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  margin-right: 0.48rem;
}
.cat-box a:last-child {
  margin-right: 0;
}
.cat-box a.on,
.cat-box a:hover {
  color: #1a2d88;
}
.breadcrumb {
  font-size: 0;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 18px;
  line-height: 30px;
  color: #999999;
}
.breadcrumb a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.breadcrumb a:hover {
  color: #1a2d88;
}
.breadcrumb a,
.breadcrumb span,
.breadcrumb img {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb .home {
  width: 17px;
  margin-right: 0.22rem;
}
.breadcrumb > img {
  margin: 0 0.1rem;
}
.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  bottom: -35px;
  right: -30px;
  transition: all 0.36s;
}
.circle:after {
  content: "";
  width: 130%;
  height: 130%;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgba(26, 45, 136, 0.068);
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle:before {
  content: "";
  width: 173%;
  height: 173%;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgba(26, 45, 136, 0.042);
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiperbtn-box .iswiperbtn {
  position: relative;
  top: 0;
  transform: none;
  z-index: 1;
}
.swiperbtn-box .prev {
  margin-right: 0.2rem;
}
.iswiperbtn {
  position: relative;
  display: block;
  width: 0.49rem;
  height: 0.49rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.iswiperbtn.white.prev i {
  background-image: url(../img/prev2.png);
}
.iswiperbtn.white.next i {
  background-image: url(../img/next2.png);
}
.iswiperbtn.empty:after {
  display: none;
}
.iswiperbtn:before {
  z-index: 1;
  background-color: #1a2d88;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.iswiperbtn:after {
  border: 1px solid #1a2d88;
  z-index: 0;
  box-sizing: border-box;
}
.iswiperbtn:before,
.iswiperbtn:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.iswiperbtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.iswiperbtn i {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.iswiperbtn.prev:hover i {
  background-image: url(../img/prev2.png);
}
.iswiperbtn.prev i {
  background-image: url(../img/prev.png);
}
.iswiperbtn.next:hover i {
  background-image: url(../img/next2.png);
}
.iswiperbtn.next i {
  background-image: url(../img/next.png);
}
.mt {
  margin-top: 1.28rem;
}
.news-box ul {
  list-style-type: none;
}
.news-box li {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  border-bottom: 1px solid #f2f3f8;
  padding: 0.48rem 0;
}
.news-box li:first-child {
  border-top: 1px solid #f2f3f8;
}
.news-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-box li:hover .title {
  color: #1a2d88;
}
.news-box li:hover .learn {
  color: #1a2d88;
}
.news-box li:hover .learn:before {
  border-color: #1a2d88;
}
.news-box li:hover .learn i {
  background-image: url(../img/lright3.png);
}
.news-box .pic {
  display: block;
  width: 29.88%;
  border-radius: 0.16rem;
}
.news-box .info {
  position: relative;
  width: 44%;
  padding-top: 10px;
  margin-left: 0.48rem;
}
.news-box .title {
  font-size: var(--fs22);
  line-height: 0.36rem;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.72rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  margin-bottom: 0.33rem;
}
.news-box .desc {
  font-family: "regular";
  font-size: var(--fs18);
  line-height: 0.3rem;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.9rem;
}
.news-box .time {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  line-height: 0.33rem;
}
.news-box p {
  font-size: var(--fs22);
}
.news-box .day {
  font-family: "regular";
  font-size: 0.32rem;
}
.news-box .learn {
  position: absolute;
  top: 0.93rem;
  right: 0;
  z-index: 1;
}
.newsinfo-wrapper .top {
  text-align: center;
}
.newsinfo-wrapper .top .title {
  font-family: "medium";
  font-size: var(--fs30);
  color: #000;
  line-height: 0.48rem;
  margin-bottom: 16px;
}
.newsinfo-wrapper .top p {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.newsinfo-wrapper .share {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin: 0.17rem auto 0.34rem;
  justify-content: center;
  align-items: center;
}
.newsinfo-wrapper .share:before,
.newsinfo-wrapper .share:after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e0e0d6;
}
.newsinfo-wrapper .share:before {
  margin-right: 0.4rem;
}
.newsinfo-wrapper .share:after {
  margin-left: 0.4rem;
}
.newsinfo-wrapper .share a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  background-color: #0a154c;
  margin-right: 0.28rem;
}
.newsinfo-wrapper .share a:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .share a:hover {
  background-color: #1a2d88;
}
.newsinfo-wrapper .share a img {
  display: block;
  width: 100%;
}
.newsinfo-wrapper .content {
  font-family: "regular";
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.newsinfo-wrapper .return {
  margin-top: 34px;
  display: inline-block;
  min-width: 142px;
  height: 42px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 21px;
  border: solid 1px #1a2d88;
  font-size: 15px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.newsinfo-wrapper .return:hover {
  background: #1a2d88;
  color: #fff;
  box-shadow: 0 2px 30px rgb(26 45 3.88571429%);
}
.newsinfo-wrapper .return:hover i {
  background-image: url(../img/ni-icon2.png);
}
.newsinfo-wrapper .return i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/ni-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  vertical-align: middle;
  top: -2px;
  margin-right: 8px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.relative-btn {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.58rem;
}
.relative-btn p {
  width: 49.42%;
  line-height: 0.6rem;
  background-color: #f4f5f8;
  border-radius: 15px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0 28px;
}
.relative-btn p:hover {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.relative-btn p:hover a {
  color: #1a2d88;
}
.relative-btn p a {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.relative-btn p,
.relative-btn p a {
  font-family: "regular";
  font-size: 16px;
}
.relative-box {
  margin-top: 0.84rem;
}
.relative-box .caption {
  font-size: var(--fs30);
  font-weight: 700;
  font-family: "regular";
  line-height: 0.4rem;
  letter-spacing: 2px;
  margin-bottom: 0.18rem;
}
.relative-box .swiper-container {
  padding-bottom: 74px;
}
.relative-box .swiper-slide {
  width: 31%;
}
.relative-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.relative-box .swiper-slide:hover .title {
  color: #1a2d88;
}
.relative-box .swiper-slide a {
  display: block;
}
.relative-box .pic {
  border-radius: 16px;
}
.relative-box .pic img {
  height: 260px;
  object-fit: contain;
}
.relative-box .title {
  font-family: "medium";
  font-size: 19px;
  line-height: 30px;
  margin-top: 0.3rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.relative-box p {
  font-family: "regular";
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  margin-top: 1px;
}
.relative-box .swiper-container .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #a9abb7;
  position: relative;
}
.relative-box .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.relative-box .swiper-container .swiper-pagination-bullet svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
}
.relative-box .swiper-container .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.relative-box .swiper-container .swiper-pagination-bullet {
  fill: none;
}
.relative-box .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: #eaeaea;
  stroke-width: 2;
}
.relative-box .swiper-container .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.relative-box .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #1a2d88;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.relative-box .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.relative-box .swiper-container .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.relative-box .swiper-container .swiper-pagination {
  bottom: 4px;
  width: 100%;
}
.relative-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.13rem;
  opacity: 1;
}
.relative-box .swiper-container .swiper-pagination .swiper-pagination-bullet:focus,
.relative-box .swiper-container .swiper-pagination .swiper-pagination-bullet:active,
.relative-box .swiper-container .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.contact-wrapper .cat-box {
  display: none;
}
.contact-wrapper .contact ul {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
  width: 100%;
  padding-left: 35.93%;
}
.contact-wrapper .contact li {
  position: relative;
  text-align: center;
  width: calc(50% - .3rem);
  background-color: #f6f7f9;
  border-radius: 0.15rem;
  margin-left: 0.3rem;
  margin-top: 0.2rem;
  padding: 0.35rem;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  overflow: hidden;
  height: 1.8rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.contact-wrapper .contact li:nth-child(-n+3) {
  margin-top: 0;
}
.contact-wrapper .contact li:hover {
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.contact-wrapper .contact li:hover .circle {
  opacity: 1;
}
.contact-wrapper .contact li:hover .circle:before {
  animation: kusan 2s infinite ease;
  -webkit-animation: kusan 2s infinite ease;
}
.contact-wrapper .contact li:hover .circle:after {
  animation: kusan2 1.5s infinite ease;
  -webkit-animation: kusan2 1.5s infinite ease;
}
.contact-wrapper .contact li:first-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 35.93%;
  height: 100%;
  margin-left: 0;
}
.contact-wrapper .contact li:first-child .brief {
  font-family: "regular";
  font-weight: 500;
}
.contact-wrapper .contact li:last-child .brief {
  display: inline-block;
  text-decoration: underline;
}
.contact-wrapper .contact .inner {
  width: 100%;
  position: relative;
  z-index: 10;
}
.contact-wrapper .contact .icon {
  display: block;
  width: 35px;
  margin: 0 auto;
}
.contact-wrapper .contact p {
  font-family: "regular";
  font-size: 14px;
  line-height: 25px;
  color: #7e7e7e;
  margin: 9px auto 4px;
}
.contact-wrapper .contact .brief {
  font-size: 18px;
  line-height: 32px;
  font-family: "en_regular";
  font-weight: 700;
  letter-spacing: 1px;
}
.contact-wrapper .go {
  display: inline-block;
  font-family: "regular";
  line-height: 26px;
  margin-top: 0.78rem;
}
.contact-wrapper .go span {
  font-size: 16px;
  color: #6a6b66;
}
.contact-wrapper .go:hover span {
  color: #1a2d88;
  background-size: 100% 1px;
  background-position: 0 100%;
}
.contact-wrapper .go span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease, color 0.35s ease;
}
.contact-wrapper .go img {
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
}
.contact-wrapper .map {
  margin-top: 0.52rem;
  height: 5rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.15rem;
}
.contact-wrapper .map .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrapper .form {
  padding: 0.65rem 0.76rem 0.7rem;
  background-color: #f6f7f9;
  border-radius: 0.15rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* input placeholder  */
}
.contact-wrapper .form .group {
  position: relative;
}
.contact-wrapper .form .text,
.contact-wrapper .form .caption,
.contact-wrapper .form .msg,
.contact-wrapper .form .list {
  padding-left: 0.44rem;
  padding-right: 0.44rem;
}
.contact-wrapper .form .text,
.contact-wrapper .form .caption,
.contact-wrapper .form .msg {
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #eceff1;
  font-size: 15px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.contact-wrapper .form .text,
.contact-wrapper .form .caption {
  height: 50px;
  line-height: 48px;
  color: #333;
}
.contact-wrapper .form .msg:focus,
.contact-wrapper .form .text:focus {
  border-color: rgb(26 45 2.72%);
}
.contact-wrapper .form .msg {
  line-height: 0.3rem;
  resize: none;
  height: 140px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.contact-wrapper .form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #616161;
  font-size: 15px;
}
.contact-wrapper .form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #616161;
  font-size: 15px;
}
.contact-wrapper .form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #616161;
  font-size: 15px;
}
.contact-wrapper .form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #616161;
  font-size: 15px;
}
.contact-wrapper .form i {
  display: inline-block;
  font-family: "regular";
  font-size: 15px;
  color: #bf1414;
  position: absolute;
  height: 20px;
  top: 18px;
  left: 0.29rem;
  z-index: 1;
}
.contact-wrapper .form .caption {
  position: relative;
  color: #616161;
  cursor: pointer;
}
.contact-wrapper .form .caption.on:after {
  transform: rotateX(180deg);
}
.contact-wrapper .form .caption:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  right: 18px;
  top: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/c-down.png);
}
.contact-wrapper .form .caption i {
  top: 3px;
}
.contact-wrapper .form .list {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  background: #fff;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  display: none;
}
.contact-wrapper .form .list a {
  display: block;
  font-size: 15px;
  color: #616161;
  line-height: 0.4rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.contact-wrapper .form .list a.on,
.contact-wrapper .form .list a:hover {
  color: #1a2d88;
}
.contact-wrapper .form .captcha {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 100%;
  margin-top: 0.2rem;
}
.contact-wrapper .form .captcha .text {
  width: 3.1rem;
}
.contact-wrapper .form .captcha .btn {
  margin-left: 7px;
  width: 128px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 3px;
  border: solid 1px #eceff1;
}
.contact-wrapper .form .captcha .btn img {
  height: 42px;
  width: 100%;
  object-fit: cover;
}
.contact-wrapper .group {
  width: 48.85%;
  margin-top: 0.2rem;
}
.contact-wrapper .group.max {
  width: 100%;
}
.contact-wrapper .group:nth-child(-n+2) {
  margin-top: 0;
}
.contact-wrapper .submit {
  color: #fff;
  width: 182px;
  line-height: 49px;
  background-color: #1a2d88;
  border-radius: 24px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.contact-wrapper .submit:hover {
  box-shadow: 0 2px 30px rgb(26 45 3.88571429%);
}
.padding {
  padding: 1.2rem 0;
}
.design-wrapper {
  padding-bottom: 0!important;
}
.design-wrapper .box-1 {
  background: #f9f9f9;
}
.design-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.design-wrapper .main .content {
  width: 28.64%;
  padding-left: 1rem;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  font-family: "regular";
  padding-bottom: 0.85rem;
}
.design-wrapper .main .pic {
  position: relative;
}
.design-wrapper .main .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/design_shadow.png) repeat-x left bottom;
}
.design-wrapper .main .swiper-slide {
  border-radius: 0.15rem;
  overflow: hidden;
  width: 34.65%;
}
.design-wrapper .main .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.design-wrapper .main .swiper-box {
  width: 68.23%;
}
.design-wrapper .main .swiper-box p {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  padding: 0 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 10;
  font-family: "medium";
  font-size: var(--fs22);
  line-height: 0.36rem;
  color: #ffffff;
}
.design-wrapper .main .bottom {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  margin-top: 0.36rem;
}
.design-wrapper .main .swiper-pagination {
  position: relative;
  cursor: pointer;
  left: 0;
  flex: 1;
  border-radius: 0;
  height: 1px;
  margin-left: 24px;
  background-color: #ececec;
}
.design-wrapper .main .swiper-pagination-progressbar-fill {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 1px;
  background-color: #1a2d88;
  transform-origin: left center;
}
.design-wrapper .quality-box {
  margin-top: 0.4rem;
}
.design-wrapper .quality-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.design-wrapper .quality-box li {
  width: 23.5%;
  text-align: center;
  margin-right: 2%;
  margin-top: 2%;
  overflow: hidden;
  position: relative;
  padding: 0.4rem;
  border-radius: 0.1rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.design-wrapper .quality-box li:nth-child(-n+4) {
  margin-top: 0;
}
.design-wrapper .quality-box li:nth-child(4n) {
  margin-right: 0;
}
.design-wrapper .quality-box li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.design-wrapper .quality-box li:hover .circle {
  opacity: 1;
}
.design-wrapper .quality-box li:hover .circle:before {
  animation: kusan 2s infinite ease;
  -webkit-animation: kusan 2s infinite ease;
}
.design-wrapper .quality-box li:hover .circle:after {
  animation: kusan2 1.5s infinite ease;
  -webkit-animation: kusan2 1.5s infinite ease;
}
.design-wrapper .quality-box li:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.design-wrapper .quality-box .inner {
  position: relative;
  z-index: 10;
}
.design-wrapper .quality-box .icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.design-wrapper .quality-box .icon img {
  display: block;
  position: relative;
  z-index: 10;
}
.design-wrapper .quality-box .title {
  font-size: 18px;
  line-height: 30px;
  color: #1a2d88;
  font-family: "medium";
  margin: 10px auto 8px;
}
.design-wrapper .quality-box p {
  width: 74%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
  font-family: "regular";
}
.design-wrapper .box-2 {
  padding-bottom: 1rem;
}
.design-wrapper .box-2 .swiper-container {
  padding: 0.2rem;
  margin: -0.2rem -0.2rem 0;
}
.design-wrapper .box-2 .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.design-wrapper .box-2 .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.design-wrapper .box-2 .swiper-slide-active .info .title,
.design-wrapper .box-2 .swiper-slide-active .desc,
.design-wrapper .box-2 .swiper-slide-active .data {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.design-wrapper .box-2 .pic {
  position: relative;
  width: 67.85%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 13px 4px rgba(86, 86, 86, 0.16);
  border-radius: 0.16rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.design-wrapper .box-2 .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/design_shadow2.png) repeat-x left bottom;
}
.design-wrapper .box-2 .pic img {
  height: 100%;
  object-fit: cover;
}
.design-wrapper .box-2 .info .title,
.design-wrapper .box-2 .desc,
.design-wrapper .box-2 .data {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}
.design-wrapper .box-2 .info {
  flex: 1;
  overflow: hidden;
  padding-left: 1.15rem;
}
.design-wrapper .box-2 .info .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #1a2d88;
  margin-bottom: 7px;
  transition-delay: 0.1s;
}
.design-wrapper .box-2 .desc {
  font-family: "regular";
  font-size: 15px;
  line-height: 24px;
  color: #555555;
  transition-delay: 0.15s;
}
.design-wrapper .box-2 .bottom {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  position: absolute;
  left: 0.5rem;
  bottom: 30px;
  z-index: 1;
}
.design-wrapper .box-2 .bottom span {
  display: inline-block;
  font-size: 16px;
  color: #e2e2e2;
  font-family: "en_regular";
  font-weight: 700;
}
.design-wrapper .box-2 .bottom span.current {
  font-size: 32px;
  color: #fff;
  margin-right: 6px;
}
.design-wrapper .box-2 .prev {
  margin-right: 24px;
}
.design-wrapper .box-2 .next {
  margin-left: 24px;
}
.design-wrapper .num {
  color: #1a2d88;
  font-size: 18px;
}
.design-wrapper .num span {
  display: inline-block;
  font-family: "en_regular";
  font-weight: 700;
  font-size: 0.46rem;
  height: 0.46rem;
  line-height: 0.46rem;
  margin-right: 6px;
}
.design-wrapper .data {
  margin-top: 0.35rem;
  transition-delay: 0.2s;
}
.design-wrapper .data ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.design-wrapper .data li {
  margin-right: 0.78rem;
}
.design-wrapper .data li:last-child {
  margin-right: 0;
}
.design-wrapper .data p {
  font-family: "regular";
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin-top: 3px;
}
.download-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.download-box li {
  position: relative;
  width: 23.02%;
  height: 4.7rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 0.5rem;
  margin-right: 2.64%;
}
.download-box li:hover:before {
  opacity: 0;
  visibility: hidden;
}
.download-box li:hover:after {
  opacity: 1;
  visibility: visible;
}
.download-box li:hover .title {
  color: #1a2d88;
}
.download-box li:before,
.download-box li:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.download-box li:before {
  background-image: linear-gradient(98deg, #e8e8e8 0%, #efefef 100%), linear-gradient(#f3f3f3, #f3f3f3);
  background-blend-mode: normal, 
      normal;
}
.download-box li:after {
  background-image: linear-gradient(178deg, #ced4e5 0%, #f5f7ff 100%), linear-gradient(#f3f3f3, #f3f3f3);
  background-blend-mode: normal, 
      normal;
  opacity: 0;
  visibility: hidden;
}
.download-box li .inner {
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 0.43rem 0 1rem;
}
.download-box .pdf {
  width: 1.28rem;
  height: 1.32rem;
  background-image: url(../img/pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 1;
}
.download-box .title {
  font-size: var(--fs22);
  letter-spacing: 1px;
  color: #333333;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 1.08rem;
  margin: 0.32rem auto 0.44rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.download-box .day {
  font-size: var(--fs42);
  letter-spacing: 2px;
  color: #172a87;
  line-height: 0.42rem;
  font-family: "en_regular";
}
.download-box p {
  font-family: "en_regular";
  font-size: var(--fs22);
  line-height: 0.3rem;
}
.download-box .size {
  font-size: var(--fs22);
  letter-spacing: 1px;
  font-family: "en_regular";
  line-height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: 0.43rem;
  z-index: 1;
}
.download-box .ibtn,
.goodsinfo-wrapper .ibtn {
  display: inline-block;
  min-width: 93px;
  height: 39px;
  line-height: 37px;
  border-radius: 20px;
  border: solid 1px #1a2d88;
  background-image: url(../img/download.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  font-size: 16px;
  padding: 0 50px 0 15px;
  color: #172a87;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.download-box .ibtn:hover,
.goodsinfo-wrapper .ibtn:hover {
  color: #fff;
  background-color: #172a87;
  background-image: url(../img/download2.png);
}
.concept-box .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.concept-box .left {
  width: 34.186%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  align-content: space-between;
}
.concept-box .left .pic {
  width: 87.58%;
}
.concept-box .left .info {
  width: 100%;
}
.concept-box .right {
  width: 56.16%;
}
.concept-box .pic {
  border-radius: 0.16rem;
}
.concept-box .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.concept-box .desc {
  font-family: "regular";
  font-size: var(--fs18);
  line-height: 0.3rem;
}
.concept-box .box {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: flex-end;
  height: 9.66rem;
}
.concept-box .box.on .ad-box {
  height: 100%;
}
.concept-box .box.on .info {
  top: 0.9rem;
}
.concept-box .box.on .page-caption,
.concept-box .box.on .brief {
  color: #fff;
}
.concept-box .box .info {
  width: 53%;
  position: absolute;
  left: 23.5%;
  top: 0;
  z-index: 10;
  text-align: center;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.concept-box .box .page-caption,
.concept-box .box .brief {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.concept-box .box .page-caption {
  margin-bottom: 0.3rem;
}
.concept-box .ad-box {
  position: relative;
  bottom: 0;
  height: 62%;
  border-radius: 0.16rem;
}
.concept-box .ad-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 0.16rem;
}
.concept-box .brief {
  font-size: var(--fs18);
  line-height: 0.3rem;
  letter-spacing: 1px;
  color: #333;
}
.job-box .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.job-box .page-caption {
  flex: 1;
}
.job-box .main {
  width: 72.44%;
}
.job-box .item {
  padding: 0.48rem 0;
  border-bottom: 1px solid #ccc;
}
.job-box .item:first-child {
  border-top: 1px solid #ccc;
}
.job-box .item.on .icon:before {
  transform: rotateX(180deg);
  margin-top: -9px;
}
.job-box .top {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  height: 0.48rem;
  cursor: pointer;
  align-items: center;
}
.job-box .caption,
.job-box .content {
  font-size: var(--fs18);
  line-height: 0.32rem;
  letter-spacing: 1px;
}
.job-box .content {
  margin-bottom: 0.32rem;
}
.job-box .content:last-child {
  margin-bottom: 0;
}
.job-box .title,
.job-box .hidebox {
  width: 64%;
}
.job-box .title {
  font-weight: 700;
  font-size: var(--fs22);
  letter-spacing: 1px;
}
.job-box .key {
  width: 22.47%;
}
.job-box .key span {
  font-family: "en_light";
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #cccccc;
}
.job-box .key p {
  font-family: "en_light";
  font-size: var(--fs42);
  letter-spacing: -2px;
  line-height: 0.4rem;
}
.job-box .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 0.72rem;
  height: 0.72rem;
  border: solid 1px #cccccc;
  border-radius: 50%;
}
.job-box .icon:before {
  content: "";
  border: 6px solid transparent;
  border-top-color: #ccc;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -3px;
  z-index: 10;
}
.job-box .hidebox {
  margin-left: 22.47%;
  display: none;
}
.job-box .tips {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.job-box .tips .desc {
  width: 76.88%;
  font-size: var(--fs18);
  line-height: 0.32rem;
  letter-spacing: 1px;
}
.job-box .tips > img {
  width: 1.08rem;
}
.goods-wrapper {
  padding-bottom: 0!important;
}
.goods-wrapper .box-1 {
  margin-top: 1.9rem;
}
.goods-wrapper .box-1 .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.54rem;
}
.goods-wrapper .box-1 h1 {
  font-family: "medium";
  font-size: 0.62rem;
  line-height: 0.76rem;
  letter-spacing: 0.03rem;
}
.goods-wrapper .box-1 .info p {
  font-size: var(--fs22);
  letter-spacing: 1px;
  font-family: "regular";
  line-height: 0.36rem;
  margin-top: 4px;
}
.goods-wrapper .desc,
.goods-wrapper .content {
  font-size: var(--fs18);
  line-height: 0.3rem;
  letter-spacing: 1px;
}
.goods-wrapper .content {
  width: 56.04%;
}
.goods-wrapper .ad-box {
  position: relative;
}
.goods-wrapper .ad-box .info {
  width: 4.1rem;
  height: 100%;
  left: 1rem;
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.goods-wrapper .ad-box.on .desc {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.goods-wrapper .ad-box .desc {
  width: 4.1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  color: #ffffff;
  transition-delay: 1s;
}
.goods-box {
  background: #fbfbfb;
}
.goods-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.goods-box li {
  width: 31.74%;
  margin-right: 2.39%;
  margin-top: 2.39%;
  background: #fff;
  border-radius: 0.1rem;
}
.goods-box li:hover .btnbox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.goods-box li:hover a:before {
  opacity: 1;
  visibility: visible;
}
.goods-box li:hover .title {
  color: #1a2d88;
}
.goods-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-box li:hover p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.goods-box li a {
  position: relative;
  display: block;
  padding: 0.92rem 0.33rem 0.36rem;
  overflow: hidden;
  height: 100%;
}
.goods-box li a:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.16rem;
  background: url(../img/goodsshadow.png) repeat-x left bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
}
.goods-box .pic img {
  height: 4.2rem;
  object-fit: contain;
  position: relative;
  z-index: 0;
}
.goods-box .learn.half:before {
  border-color: #fff;
}
.goods-box .learn.half:hover:before {
  border-color: #1a2d88;
}
.goods-box .learn.half i {
  background-image: url(../img/lright.png);
}
.goods-box .btnbox {
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 34px;
  text-align: center;
  width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.2s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.goods-box .info {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 0.2rem;
}
.goods-box .title {
  font-family: "medium";
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 1px;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.goods-box p {
  font-size: 17px;
  line-height: 24px;
  margin-top: 0.16rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transform: translateY(12px);
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
  opacity: 0;
  visibility: hidden;
}
.goodsinfo-wrapper {
  padding-bottom: 0!important;
}
.goodsinfo-wrapper .box-1 .page-caption,
.goodsinfo-wrapper .box-2 .page-caption {
  flex: 1;
}
.goodsinfo-wrapper .box-1 .container,
.goodsinfo-wrapper .box-2 .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .box-1 .info,
.goodsinfo-wrapper .box-2 .info {
  width: 60.17%;
}
.goodsinfo-wrapper .box-1 {
  padding-top: 1.95rem;
  padding-bottom: 1.8rem;
}
.goodsinfo-wrapper .box-2 {
  padding-top: 2.2rem;
  padding-bottom: 2.34rem;
  background: #f5f5f5;
}
.goodsinfo-wrapper .box-2 .PublicAfter:after {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #f5f5f5 25%, #f5f5f5 50%, #f5f5f5 75%, rgba(255, 255, 255, 0) 100%);
}
.goodsinfo-wrapper .ibtn {
  margin-top: 0.48rem;
}
.goodsinfo-wrapper .title {
  font-weight: 700;
  font-size: 0.32rem;
  line-height: 0.4rem;
  letter-spacing: 2px;
  margin-bottom: 0.18rem;
}
.goodsinfo-wrapper .tit {
  font-size: var(--fs22);
  line-height: 0.36rem;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 0.18rem;
}
.goodsinfo-wrapper .info,
.goodsinfo-wrapper .desc,
.goodsinfo-wrapper .param li,
.goodsinfo-wrapper .brief {
  font-size: var(--fs18);
  line-height: 0.3rem;
  letter-spacing: 1px;
}
.goodsinfo-wrapper .desc {
  font-weight: 700;
}
.goodsinfo-wrapper .brief {
  margin-bottom: 0.32rem;
}
.goodsinfo-wrapper .param {
  margin-bottom: 0.35rem;
}
.goodsinfo-wrapper .param ul {
  list-style-type: none;
}
.goodsinfo-wrapper .param li {
  position: relative;
  margin-bottom: 0.3rem;
  padding-left: 0.26rem;
}
.goodsinfo-wrapper .param li:last-child {
  margin-bottom: 0;
}
.goodsinfo-wrapper .param li:before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  border: solid 2px #1a2d88;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.07rem;
  z-index: 1;
  box-sizing: border-box;
}
.goodsinfo-wrapper .tags ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.goodsinfo-wrapper .tags li {
  display: inline-block;
  font-size: var(--fs18);
  min-width: 1.44rem;
  line-height: 0.8rem;
  background-color: #f7f4f4;
  border-radius: 0.4rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  text-align: center;
  padding: 0 15px;
}
.goodsinfo-wrapper .tags li:last-child {
  margin-right: 0;
}
.goodsinfo-wrapper table {
  width: 100%;
}
.goodsinfo-wrapper table th {
  background: #1a2d88;
  color: #fff;
  width: 50%;
  height: 66px;
  font-weight: 500;
}
.goodsinfo-wrapper th,
.goodsinfo-wrapper td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
}
.goodsinfo-wrapper tbody tr:nth-child(odd) td {
  background-color: #ebf1f7;
}
.goodsinfo-wrapper td {
  height: 54px;
  background-color: #fafcfd;
}
.floor-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  display: none;
}
.floor-box a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  padding: 0 40px;
  line-height: 0.6rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.floor-box a:last-child:after {
  display: none;
}
.floor-box a.on {
  color: #1a2d88;
  font-family: "medium";
}
.floor-box a:after {
  content: "";
  width: 1px;
  height: 0.2rem;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.1rem;
  z-index: 1;
}
.fw-m9__progress {
  border: solid 1px rgba(255, 255, 255, 0.3);
  width: 19px;
  border-radius: 0.1rem;
  height: 284px;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.fw-m9__progress-inner {
  justify-content: center;
  width: 100%;
  height: calc(100% - 1rem - 2px);
  margin-top: calc(0.8rem - 1px);
  margin-bottom: calc(0.8rem - 1px);
  display: flex;
  position: relative;
}
.fw-m9__progress-dot {
  background-color: #1a2d88;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  margin-top: -0.2rem;
  position: absolute;
  top: 0%;
}
.fw-m9__ship {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  width: 1.36rem;
  position: absolute;
  left: 19.79%;
  top: 0;
  z-index: 1;
}
.fw-m9__ship-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.fw-m9__ship-behind {
  z-index: 1;
}
.about-wrapper {
  padding-bottom: 0!important;
}
.about-wrapper .banner-box {
  height: 200vh;
  position: sticky;
  top: 0;
}
.about-wrapper .page-video-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
}
.about-wrapper .box-1,
.about-wrapper .box-2,
.about-wrapper .box-3,
.about-wrapper .box-4,
.about-wrapper .box-5,
.about-wrapper .box-6,
.about-wrapper .box-7 {
  position: relative;
  z-index: 10;
}
.about-wrapper .box-1 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
}
.about-wrapper .box-1 .page-caption {
  padding-left: 1rem;
  writing-mode: vertical-lr;
}
.about-wrapper .box-1 .right {
  padding-top: 1.2rem;
}
.about-wrapper .box-1 .right {
  width: 59.375%;
  padding-left: 0.63rem;
  background: url(../img/aboutbg.jpg) no-repeat center top;
  background-size: cover;
  padding-right: 2.3rem;
}
.about-wrapper .box-1 .left {
  position: relative;
  width: 40.625%;
}
.about-wrapper .box-1 .left .pic {
  height: 100%;
}
.about-wrapper .box-1 .left .pic img {
  height: 100%;
  object-fit: cover;
}
.about-wrapper .box-1 .page-caption {
  position: absolute;
  left: 0;
  top: 1.2rem;
  z-index: 10;
  width: 100%;
}
.about-wrapper .box-1 .year {
  font-family: "mm";
  font-size: 0.54rem;
  line-height: 0.6rem;
  letter-spacing: 1px;
  color: #1a2d88;
}
.about-wrapper .box-1 .since {
  font-family: "mm";
  font-size: 0.66rem;
  line-height: 0.6rem;
  letter-spacing: 0px;
  color: #e6e7ec;
  position: relative;
  margin-top: 10px;
}
.about-wrapper .box-1 .since span {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  font-family: "regular";
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 10;
}
.about-wrapper .box-1 .content {
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-top: 0.3rem;
}
.about-wrapper .box-1 .data {
  margin-top: 0.35rem;
}
.about-wrapper .box-1 .data ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-1 .data p {
  font-size: 14px;
  line-height: 24px;
  color: #444444;
}
.about-wrapper .box-1 .data .num {
  font-family: "regular";
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #1a2d88;
  height: 0.5rem;
}
.about-wrapper .box-1 .data .num i {
  font-size: 18px;
  font-family: "medium";
  font-weight: 500;
}
.about-wrapper .cats {
  text-align: center;
  position: relative;
  margin-bottom: 0.5rem;
}
.about-wrapper .cats:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 0;
}
.about-wrapper .cats .box-container {
  position: relative;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.about-wrapper .cats a {
  display: inline-block;
  width: 20%;
}
.about-wrapper .cats a.on p {
  color: #1a2d88;
}
.about-wrapper .cats a.on i:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  border-color: #1a2d88;
}
.about-wrapper .cats a i {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.about-wrapper .cats a i:before {
  content: "";
  position: absolute;
  transform: scale(0.5714);
  -webkit-transform: scale(0.5714);
  -moz-transform: scale(0.5714);
  -ms-transform: scale(0.5714);
  -o-transform: scale(0.5714);
  z-index: 10;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #ffffff;
  top: 0;
  border: solid 6px #e2e2e2;
  box-sizing: border-box;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.about-wrapper .cats p {
  font-size: 16px;
  line-height: 30px;
  font-family: "medium";
  margin-top: 0.1rem;
  color: #3b3939;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.about-wrapper .box-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.about-wrapper .box-2 .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-2 .page-caption {
  flex: 1;
}
.about-wrapper .box-2 .swiper-box {
  width: 71.28%;
  grid-column: 0.6875;
  height: 100vh;
  position: relative;
}
.about-wrapper .box-2 .main {
  z-index: 1;
  flex-direction: column;
  justify-content: start;
  display: flex;
  position: relative;
}
.about-wrapper .box-2 .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  height: 3rem;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.about-wrapper .box-2 .info {
  position: relative;
  width: 24.12%;
}
.about-wrapper .box-2 .year {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  font-family: "en_regular";
  font-weight: 700;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.about-wrapper .box-2 .desc {
  font-size: var(--fs20);
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  width: 55.46%;
}
.about-wrapper .box-3 {
  background: #fff;
}
.about-wrapper .box-3 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
.about-wrapper .box-3 .left {
  width: 53.2%;
  padding-left: 40px;
  direction: rtl;
  overflow-y: auto;
  height: 428px;
}
.about-wrapper .box-3 .left::-webkit-scrollbar {
  background-color: #e9ecee;
  border-radius: 3px;
  width: 6px;
}
.about-wrapper .box-3 .left::-webkit-scrollbar-thumb {
  background-color: #1a2d88;
  border-radius: 3px;
}
.about-wrapper .box-3 .left .list {
  direction: ltr;
}
.about-wrapper .box-3 .left .item {
  cursor: pointer;
  height: 0.85rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #f4f4f1;
}
.about-wrapper .box-3 .left .item:first-child {
  border-top: 2px solid #f4f4f1;
}
.about-wrapper .box-3 .left .item:hover .title {
  color: #1a2d88;
}
.about-wrapper .box-3 .left .item:hover .year {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.about-wrapper .box-3 .view,
.about-wrapper .box-3 .title {
  font-size: var(--fs22);
  line-height: 30px;
  color: #222222;
  opacity: 0.7;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.about-wrapper .box-3 .year {
  font-size: var(--fs40);
  line-height: 0.36rem;
  color: #d5d5d5;
  font-family: "en_regular";
  font-weight: 700;
  margin-right: 0.56rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-3 .view:hover {
  color: #172a87;
}
.about-wrapper .box-3 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 1;
  margin-right: 1rem;
}
.about-wrapper .box-3 .right {
  width: 29.24%;
  margin-right: 57px;
  box-shadow: -3px 13px 46px 8px rgba(73, 73, 73, 0.09);
}
.about-wrapper .box-3 .right:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-3 .right img {
  opacity: 0;
  visibility: hidden;
  height: 428px;
  object-fit: contain;
}
.about-wrapper .box-3 .right .swiper-slide {
  height: auto;
}
.about-wrapper .box-3 .right .swiper-slide-active img {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-4 {
  height: 7.55rem;
  padding-top: 1.06rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about-wrapper .box-4 .desc {
  width: 9.82rem;
  font-size: var(--fs18);
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 30px;
}
.about-wrapper .box-5 {
  padding-top: 1.06rem;
  background: #fff;
}
.about-wrapper .box-5 .swiper-container {
  padding-bottom: 50px;
}
.about-wrapper .box-5 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-5 .desc {
  line-height: 24px;
  width: 51.16%;
  font-size: 16px;
  color: #777777;
}
.about-wrapper .box-5 .pic {
  border-radius: 0.1rem;
}
.about-wrapper .box-5 .info {
  height: 1.4rem;
  position: relative;
  z-index: 10;
  width: 73.72%;
  margin: -0.95rem auto 0;
  background-color: #ffffff;
  box-shadow: 0px 20px 32px 3px rgba(107, 107, 107, 0.05);
  border-radius: 0.1rem;
  text-align: center;
  padding: 0.4rem 2rem 0.44rem;
}
.about-wrapper .box-5 .info p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: -10px;
}
.about-wrapper .box-5 .tag {
  font-size: var(--fs40);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
  font-family: initial;
}
.about-wrapper .box-6 {
  background: #fff;
  padding: 48px 0 1.06rem;
}
.about-wrapper .box-6 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-6 li {
  position: relative;
  width: calc((100% - .64rem) / 3);
  margin-right: 0.32rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: hidden;
}
.about-wrapper .box-6 li:last-child {
  margin-right: 0;
}
.about-wrapper .box-6 li:hover {
  width: 54.65%;
}
.about-wrapper .box-6 li:hover > .title {
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-6 li:hover .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.about-wrapper .box-6 li:hover .pic:before {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-6 li > .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.about-wrapper .box-6 .pic {
  position: relative;
  height: 6.52rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.16rem;
}
.about-wrapper .box-6 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-6 .pic img {
  display: none;
}
.about-wrapper .box-6 .info {
  position: absolute;
  left: 0;
  bottom: 0.42rem;
  z-index: 10;
  width: 100%;
  padding: 0 0.62rem;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s;
}
.about-wrapper .box-6 .title {
  font-family: "medium";
  font-size: 0.35rem;
  line-height: 0.48rem;
  color: #ffffff;
}
.about-wrapper .box-6 p {
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #ffffff;
  margin-top: 0.1rem;
}
.about-wrapper .box-7 {
  background: #fff;
  padding-bottom: 1rem;
}
.about-wrapper .box-7 .desc {
  max-width: 45%;
  font-size: var(--fs18);
  line-height: 0.36rem;
}
.about-wrapper .box-7 .swiper-slide {
  width: 12.18%;
  background-color: #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
  border-radius: 0.16rem;
  padding: 0 22px;
}
.about-wrapper .box-7 .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-7 .swiper-slide img {
  height: 1.44rem;
  object-fit: contain;
}
.about-wrapper .box-7 .swiper-container {
  padding: 24px 0;
}
.about-wrapper .box-7 .swiper-container:last-child {
  margin-bottom: 0;
  margin-top: -24px;
}
.swiper-slide-active .ani {
  display: block;
}
.ani {
  display: none;
}
.search-wrapper .form {
  position: relative;
  margin: 0.6rem auto 0.48rem;
}
.search-wrapper .form .text {
  box-sizing: border-box;
  padding-left: 0.3rem;
  height: 0.68rem;
  width: 100%;
  line-height: 0.66rem;
  border: 1px solid #d1d1d1;
  border-radius: 0.34rem;
  color: #232323;
  font-size: 0.2rem;
  transition: 0.36s;
  padding-right: 1.2rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.search-wrapper .form .text:focus {
  border-color: #1a2d88;
}
.search-wrapper .form a {
  position: absolute;
  right: 0.3rem;
  top: 0;
  z-index: 10;
}
.search-wrapper .form a svg {
  width: 30px;
  height: 0.68rem;
}
@media screen and (min-width: 1004px) {
  .category a:not(.on):hover {
    color: #1a2d88;
  }
  .download-box li:nth-child(-n+4) {
    margin-top: 0;
  }
  .download-box li:nth-child(4n) {
    margin-right: 0;
  }
  .goods-box li:nth-child(-n+3) {
    margin-top: 0;
  }
  .goods-box li:nth-child(3n) {
    margin-right: 0;
  }
  .info-wrapper .brief {
    flex: 1;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1600px) {
  .padding {
    padding: 1.1rem 0;
  }
  .page-box {
    padding-bottom: 1rem;
  }
  .ad-box {
    height: 6.6rem;
  }
  .info-wrapper .swiper-slide {
    padding-top: 0.85rem;
  }
  .page-banner-wrapper {
    height: 6.4rem;
  }
  .mt {
    margin-top: 1.1rem;
  }
  .design-wrapper .box-2 .info {
    padding-left: 1rem;
  }
  .design-wrapper .data li {
    margin-right: 0.6rem;
  }
  .cat-box a {
    margin-right: 0.4rem;
  }
  .news-box .info {
    width: 48%;
  }
  .concept-box .box {
    height: 8.2rem;
  }
  .job-box .item {
    padding: 0.64rem 0;
  }
  .goodsinfo-wrapper .tags li {
    line-height: 0.64rem;
  }
  .goodsinfo-wrapper .box-1 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .goodsinfo-wrapper .box-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .playIcon {
    right: 0.8rem;
  }
  .about-wrapper .box-1 .page-caption {
    top: 1.1rem;
  }
  .about-wrapper .box-1 .right {
    padding-top: 1.1rem;
    padding-right: 1.4rem;
    padding-bottom: 1rem;
  }
  .about-wrapper .box-2 .year {
    font-size: 1.1rem;
  }
  .about-wrapper .box-6 .pic {
    height: 5.7rem;
  }
  .about-wrapper .box-4 {
    height: 6.6rem;
  }
  .about-wrapper .box-1 .page-caption {
    padding-left: 0.8rem;
  }
  .page-video-wrapper {
    height: 9rem;
  }
  .category a {
    line-height: 46px;
    border-radius: 23px;
    font-size: 15px;
    min-width: 1.3rem;
    margin-right: 0.15rem;
  }
  .playIcon {
    height: 46px;
    width: 46px;
  }
  .about-wrapper .box-2 .desc {
    width: 60%;
    font-size: var(--fs18);
  }
  .about-wrapper .box-7 .swiper-slide img {
    height: 1.3rem;
  }
  .about-wrapper .box-7 .desc {
    max-width: 60%;
  }
  .design-wrapper .box-2 .bottom {
    bottom: 0.5rem;
  }
  .fw-m9__progress {
    left: 0.8rem;
  }
}
@media screen and (max-width: 1440px) {
  .mt {
    margin-top: 1rem;
  }
  .padding {
    padding: 1rem 0;
  }
  .design-wrapper .box-2 .info {
    padding-left: 0.9rem;
  }
  .goodsinfo-wrapper .box-1 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .goodsinfo-wrapper .box-2 {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .about-wrapper .box-2 .year {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .about-wrapper .box-2 .swiper-container {
    height: 6rem;
  }
  .category a {
    line-height: 0.48rem;
    border-radius: 0.24rem;
    font-size: 14px;
    min-width: 1.2rem;
  }
  .playIcon {
    height: 0.48rem;
    width: 0.48rem;
  }
  .about-wrapper .box-7 .swiper-slide img {
    height: 1.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .about-wrapper .box-2 .year {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 1004px) {
  .swiperbtn-box .prev {
    margin-right: 0.1rem;
  }
  .learn {
    font-size: var(--fs14);
    min-width: 1.9rem;
    height: 0.74rem;
    line-height: 0.7rem;
    padding: 0 0.6rem 0 0.34rem;
  }
  .learn:hover:before {
    width: 0.37rem;
  }
  .learn:before {
    border-radius: 0.37rem;
  }
  .learn:after {
    right: 0.3rem;
  }
  .learn i {
    width: 0.3rem;
  }
  .page-box {
    padding: 0.8rem 0;
  }
  .app-wrapper .container {
    display: block;
  }
  .app-wrapper .item {
    border-radius: 0.16rem;
    margin-top: 0.3rem;
    width: 100%;
  }
  .app-wrapper .pic {
    border-radius: 0.16rem;
  }
  .app-wrapper .pic img {
    height: 6.68rem;
    object-fit: cover;
  }
  .app-wrapper .info {
    padding: 0 0.6rem;
  }
  .app-wrapper .title {
    font-size: var(--fs30);
  }
  .app-wrapper .brief {
    margin: 0.1rem auto 0.4rem;
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .ad-box {
    height: auto;
    background: none!important;
    width: 100%!important;
  }
  .ad-box img {
    display: block;
  }
  .page-title {
    font-size: var(--fs36);
    line-height: 0.48rem;
    letter-spacing: 1px;
  }
  .page-title i {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.4rem;
  }
  .page-caption {
    font-size: var(--fs28);
    margin-bottom: 0.36rem;
  }
  .top-box {
    margin-bottom: 0.6rem;
  }
  .page-banner-wrapper {
    height: auto;
    background: none!important;
    width: 100%!important;
  }
  .page-banner-wrapper img {
    display: block;
  }
  .info-wrapper .top-box {
    display: block;
  }
  .info-wrapper .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
    padding-right: 0;
    width: 100%;
  }
  .info-wrapper .base-box {
    display: block;
    margin-top: 0.8rem;
  }
  .info-wrapper .base-box .desc {
    width: 100%;
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .info-wrapper .swiper-slide {
    width: 100%;
    padding: 0.8rem 0.44rem;
  }
  .info-wrapper .swiper-slide .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin: 0.24rem auto 0.36rem;
  }
  .info-wrapper .swiper-slide p {
    font-size: 14px;
    min-height: inherit;
  }
  .info-wrapper .icon {
    width: 0.64rem;
  }
  .info-wrapper .center {
    margin-top: 0.5rem;
  }
  .info-wrapper .app-box {
    border-top: 1px solid #f5f5f8;
    padding-top: 0.76rem;
    margin-top: 0.55rem;
  }
  .info-wrapper .box-2 {
    padding: 0;
  }
  .info-wrapper .box-2 .top-box,
  .info-wrapper .box-2 .base-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .info-wrapper .box-2 .swiper-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .info-wrapper .swiperbtn-box {
    position: absolute;
    right: 0.3rem;
    top: 0.1rem;
    z-index: 10;
  }
  .breadcrumb {
    display: none;
  }
  .top-box.more {
    display: block;
  }
  .cat-box {
    margin-top: 0.4rem;
    overflow-x: auto;
    width: 100%;
  }
  .cat-box .inner {
    white-space: nowrap;
    text-align: center;
    width: auto;
    overflow: auto;
    padding: 0 0.3rem;
  }
  .cat-box .inner::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .cat-box .inner::-webkit-scrollbar-thumb {
    height: 0;
    width: 0;
  }
  .cat-box a {
    font-size: 16px;
    line-height: 24px;
    margin-right: 0.3rem;
  }
  .iswiperbtn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .mt {
    margin-top: 0.8rem;
  }
  .news-box li {
    display: block;
    padding: 0.48rem 0;
  }
  .news-box .pic {
    width: 100%;
    border-radius: 0.1rem;
  }
  .news-box .info {
    width: 100%;
    padding-top: 0.4rem;
    margin-left: 0;
  }
  .news-box .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    max-height: 0.96rem;
    margin-bottom: 0.16rem;
  }
  .news-box .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    height: auto;
    max-height: 1.32rem;
  }
  .news-box .time {
    position: relative;
    bottom: 0;
    margin-top: 0.2rem;
    line-height: 0.44rem;
  }
  .news-box p {
    font-size: var(--fs16);
  }
  .news-box .day {
    font-size: var(--fs20);
  }
  .news-box .learn {
    top: auto;
    bottom: 0.32rem;
  }
  .newsinfo-wrapper .top-box {
    display: block;
  }
  .newsinfo-wrapper .top .title {
    font-size: var(--fs24);
  }
  .newsinfo-wrapper .top p {
    font-size: 13px;
    line-height: 20px;
  }
  .newsinfo-wrapper .share:before {
    margin-right: 0.3rem;
  }
  .newsinfo-wrapper .share:after {
    margin-left: 0.3rem;
  }
  .newsinfo-wrapper .share a {
    width: 26px;
    height: 26px;
    margin-right: 0.2rem;
  }
  .newsinfo-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .newsinfo-wrapper .return {
    min-width: 130px;
    margin-top: 0.6rem;
    font-size: var(--fs15);
  }
  .newsinfo-wrapper .return i {
    width: 12px;
    height: 12px;
  }
  .relative-btn {
    display: block;
    margin-top: 0.6rem;
  }
  .relative-btn p {
    width: 100%;
    line-height: 0.74rem;
    padding: 0 0.3rem;
    margin-bottom: 0.2rem;
  }
  .relative-btn p:last-child {
    margin-bottom: 0;
  }
  .relative-btn p,
  .relative-btn p a {
    font-size: var(--fs15);
  }
  .relative-box {
    margin-top: 0.8rem;
  }
  .relative-box .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.24rem;
  }
  .relative-box .swiper-container {
    width: 100%;
    padding-bottom: 0.6rem;
  }
  .relative-box .swiper-slide {
    width: 100%;
  }
  .relative-box .pic {
    border-radius: 0.3rem;
  }
  .relative-box .pic img {
    height: auto;
  }
  .relative-box .title {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .relative-box p {
    font-size: 12px;
    line-height: 20px;
  }
  .relative-box .swiper-container .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .relative-box .swiper-container .swiper-pagination-bullet svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }
  .relative-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.22rem;
  }
  .contact-wrapper .top-box {
    display: block;
  }
  .contact-wrapper .cat-box {
    display: block;
  }
  .contact-wrapper .contact ul {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .contact-wrapper .contact li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: auto;
    padding: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .contact li:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .contact li:first-child {
    position: relative;
    width: 100%;
    height: auto;
  }
  .contact-wrapper .contact .icon {
    width: 30px;
  }
  .contact-wrapper .go {
    margin-top: 0.4rem;
  }
  .contact-wrapper .map {
    margin-top: 0.3rem;
    height: 4rem;
  }
  .contact-wrapper .form {
    padding: 0.3rem;
    /* input placeholder  */
  }
  .contact-wrapper .form .text,
  .contact-wrapper .form .caption,
  .contact-wrapper .form .msg,
  .contact-wrapper .form .list {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .contact-wrapper .form .text,
  .contact-wrapper .form .caption,
  .contact-wrapper .form .msg {
    font-size: 14px;
  }
  .contact-wrapper .form .text,
  .contact-wrapper .form .caption {
    height: 50px;
    line-height: 48px;
  }
  .contact-wrapper .form .msg {
    line-height: 0.44rem;
  }
  .contact-wrapper .form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #616161;
    font-size: 14px;
  }
  .contact-wrapper .form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #616161;
    font-size: 14px;
  }
  .contact-wrapper .form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #616161;
    font-size: 14px;
  }
  .contact-wrapper .form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #616161;
    font-size: 14px;
  }
  .contact-wrapper .form i {
    height: 20px;
    top: 18px;
    left: 0.2rem;
  }
  .contact-wrapper .form .list {
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
  .contact-wrapper .form .list a {
    font-size: 14px;
    line-height: 0.56rem;
  }
  .contact-wrapper .form .captcha {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .contact-wrapper .form .captcha:after {
    right: 0.2rem;
  }
  .contact-wrapper .form .captcha .text {
    width: 60%;
  }
  .contact-wrapper .form .captcha .btn {
    width: 38%;
    height: 50px;
    margin-left: 0;
  }
  .contact-wrapper .form .captcha .btn img {
    height: 42px;
  }
  .contact-wrapper .group {
    width: 100%;
  }
  .contact-wrapper .group:nth-child(2) {
    margin-top: 0.2rem;
  }
  .contact-wrapper .submit {
    display: block;
    position: relative;
    margin: 0.2rem auto 0;
    width: 50%;
  }
  .design-wrapper .main {
    display: block;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .design-wrapper .main .content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0.6rem;
  }
  .design-wrapper .main .swiper-slide {
    border-radius: 0.1rem;
    width: 48%;
  }
  .design-wrapper .main .swiper-box {
    width: 100%;
  }
  .design-wrapper .main .swiper-box p {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .design-wrapper .main .bottom {
    margin-top: 0.48rem;
  }
  .design-wrapper .main .swiper-pagination {
    margin-left: 24px;
  }
  .design-wrapper .quality-box {
    margin-top: 0.48rem;
  }
  .design-wrapper .quality-box ul {
    flex-flow: wrap;
  }
  .design-wrapper .quality-box li {
    width: 48%;
    margin-right: 0;
    margin-top: 0;
    padding: 0.6rem 0.3rem;
    margin-top: 0.3rem;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .design-wrapper .quality-box li:nth-child(3),
  .design-wrapper .quality-box li:nth-child(4) {
    margin-top: 0.3rem;
  }
  .design-wrapper .quality-box .icon {
    width: 30px;
    height: 30px;
  }
  .design-wrapper .quality-box .title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .design-wrapper .quality-box p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .design-wrapper .box-2 {
    padding-bottom: 0.8rem;
  }
  .design-wrapper .box-2 .swiper-container {
    padding: 0.3rem 0.2rem 0;
    margin: -0.3rem -0.2rem 0;
  }
  .design-wrapper .box-2 .swiper-slide {
    display: block;
  }
  .design-wrapper .box-2 .pic {
    width: 100%;
    border-radius: 0.1rem;
  }
  .design-wrapper .box-2 .pic img {
    height: 3.72rem;
    object-fit: cover;
  }
  .design-wrapper .box-2 .info {
    width: 100%;
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .design-wrapper .box-2 .info .title {
    font-size: 20px;
    line-height: 36px;
  }
  .design-wrapper .box-2 .desc {
    font-size: 15px;
    line-height: 24px;
  }
  .design-wrapper .box-2 .bottom {
    left: 0;
    width: 100%;
    justify-content: center;
    bottom: auto;
    top: 3.2rem;
    z-index: 1;
  }
  .design-wrapper .box-2 .bottom span {
    font-size: 12px;
  }
  .design-wrapper .box-2 .bottom span.current {
    font-size: 18px;
  }
  .design-wrapper .box-2 .prev {
    margin-right: 24px;
  }
  .design-wrapper .box-2 .next {
    margin-left: 24px;
  }
  .design-wrapper .data p {
    font-size: 15px;
  }
  .category {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 0.8rem;
    margin-bottom: 0.3rem;
    right: 0;
    bottom: 0;
    padding-right: 0;
  }
  .category a {
    font-size: 14px;
    min-width: 1.6rem;
    line-height: 0.74rem;
    border-radius: 0.37rem;
  }
  .banner-box .playIcon {
    display: none;
  }
  .download-box {
    margin-top: 0.8rem;
  }
  .download-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .download-box li {
    width: calc((100% - .3rem) / 2);
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-top: 0.3rem;
    margin-right: 0;
  }
  .download-box li:nth-child(-n+2) {
    margin-top: 0;
  }
  .download-box li:before,
  .download-box li:after {
    border-radius: 8px;
  }
  .download-box li .inner {
    height: 100%;
    padding: 0.43rem 0 1rem;
  }
  .download-box .pdf {
    width: 1rem;
    height: 1.04rem;
    right: 0.3rem;
    bottom: 0.3rem;
  }
  .download-box .title {
    font-size: var(--fs18);
    line-height: 0.44rem;
    max-height: 1.32rem;
    margin: 0.12rem auto 0.34rem;
  }
  .download-box .day {
    font-size: var(--fs24);
    line-height: 0.4rem;
  }
  .download-box p {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .download-box .size {
    font-size: var(--fs18);
    line-height: 0.4rem;
    bottom: 0.3rem;
  }
  .download-box .ibtn,
  .goodsinfo-wrapper .ibtn {
    min-width: 50px;
    height: 32px;
    line-height: 30px;
    border-radius: 15px;
    background-position: right 10px center;
    background-size: 14px;
    font-size: 11px;
    padding: 0 34px 0 10px;
  }
  .concept-box .main {
    display: block;
  }
  .concept-box .left {
    width: 100%;
    display: block;
  }
  .concept-box .left .pic {
    width: 100%;
  }
  .concept-box .left .info {
    width: 100%;
    margin-top: 0.6rem;
  }
  .concept-box .right {
    width: 100%;
    margin-top: 0.8rem;
  }
  .concept-box .pic {
    border-radius: 0.1rem;
  }
  .concept-box .desc {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .concept-box .box {
    flex-flow: wrap;
    height: auto;
    flex-direction: column-reverse;
  }
  .concept-box .box.on .ad-box {
    height: auto;
  }
  .concept-box .box.on .info {
    top: 0;
  }
  .concept-box .box.on .page-caption,
  .concept-box .box.on .brief {
    color: #333;
  }
  .concept-box .box .info {
    width: 100%;
    left: 0;
    position: relative;
  }
  .concept-box .box .page-caption {
    margin-bottom: 0.2rem;
  }
  .concept-box .box .pic {
    background: #000;
    margin-bottom: 0.48rem;
  }
  .concept-box .box .pic img {
    opacity: 0.76;
  }
  .concept-box .ad-box {
    height: auto;
    border-radius: 0.1rem;
  }
  .concept-box .ad-box:before {
    display: none;
  }
  .concept-box .brief {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .job-box .container {
    display: block;
  }
  .job-box .main {
    width: 100%;
  }
  .job-box .item {
    padding: 0.4rem 0;
  }
  .job-box .item.on .icon:before {
    margin-top: -6px;
  }
  .job-box .top {
    height: 0.6rem;
  }
  .job-box .caption,
  .job-box .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
    letter-spacing: 0;
  }
  .job-box .content {
    margin-bottom: 0.36rem;
  }
  .job-box .title,
  .job-box .hidebox {
    width: 70%;
  }
  .job-box .title {
    font-size: var(--fs18);
    letter-spacing: 0;
  }
  .job-box .key {
    width: 15%;
  }
  .job-box .key span {
    font-size: 14px;
  }
  .job-box .key p {
    font-size: var(--fs30);
    line-height: 0.44rem;
  }
  .job-box .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .job-box .icon:before {
    border-width: 4px;
    margin-left: -3px;
    margin-top: -1px;
  }
  .job-box .hidebox {
    margin-left: 15%;
    margin-top: 0.12rem;
  }
  .job-box .tips {
    display: block;
  }
  .job-box .tips .desc {
    width: 100%;
    font-size: var(--fs16);
    line-height: 0.48rem;
    letter-spacing: 0;
  }
  .job-box .tips > img {
    display: none;
  }
  .mt1 {
    margin-top: 0.6rem;
  }
  .category {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .page-video-wrapper {
    height: 6rem;
    position: relative;
  }
  .page-video-wrapper:before {
    content: "";
    width: calc(100% - 0.6rem);
    height: 100%;
    background-image: url(../img/txt.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0.3rem;
    top: 0;
    z-index: 10;
  }
  .page-video-wrapper video {
    display: none;
  }
  .aboutPlayIcon {
    width: 0.8rem;
    height: 0.8rem;
    top: 57%;
    margin-left: -0.4rem;
  }
  .playIcon {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    width: 0.8rem;
    height: 0.8rem;
    right: 0.3rem;
    bottom: 0.3rem;
  }
  .goods-wrapper .category {
    right: 0;
  }
  .goods-wrapper .box-1 {
    margin-top: 0.8rem;
  }
  .goods-wrapper .box-1 .container {
    display: block;
    margin-bottom: 0.8rem;
  }
  .goods-wrapper .box-1 h1 {
    font-size: var(--fs48);
    line-height: 0.6rem;
    letter-spacing: 0;
  }
  .goods-wrapper .box-1 .info p {
    font-size: var(--fs16);
    letter-spacing: 0;
    line-height: 0.44rem;
  }
  .goods-wrapper .desc,
  .goods-wrapper .content {
    font-size: var(--fs16);
    line-height: 0.44rem;
    letter-spacing: 0;
  }
  .goods-wrapper .content {
    width: 100%;
    margin-top: 0.3rem;
  }
  .goods-wrapper .ad-box .info {
    width: 100%;
    height: auto;
    left: 0;
    position: relative;
    display: block;
  }
  .goods-wrapper .ad-box .desc {
    padding: 0.48rem 0.3rem;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    width: 100%;
    color: #333;
  }
  .goods-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-box li {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .goods-box li:nth-child(-n+2) {
    margin-top: 0;
  }
  .goods-box li a {
    padding: 0.4rem;
  }
  .goods-box li a:before {
    border-radius: 0.1rem;
    background-size: 100% 100%;
  }
  .goods-box .pic img {
    height: 2.2rem;
  }
  .goods-box .btnbox {
    bottom: 20px;
  }
  .goods-box .info {
    margin-bottom: 0.2rem;
  }
  .goods-box .title {
    font-size: var(--fs18);
    line-height: 0.44rem;
    letter-spacing: 0;
  }
  .goods-box p {
    font-size: var(--fs14);
    line-height: 18px;
    margin-top: 0.1rem;
  }
  .goods-box .learn {
    min-width: 2.2rem;
    padding-left: 0.4rem;
  }
  .goodsinfo-wrapper .category {
    display: none;
  }
  .goodsinfo-wrapper .box-1,
  .goodsinfo-wrapper .box-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .goodsinfo-wrapper .box-1 .container,
  .goodsinfo-wrapper .box-2 .container {
    display: block;
  }
  .goodsinfo-wrapper .box-1 .info,
  .goodsinfo-wrapper .box-2 .info {
    width: 100%;
  }
  .goodsinfo-wrapper .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
    letter-spacing: 0;
  }
  .goodsinfo-wrapper .tit {
    font-size: var(--fs18);
    line-height: 0.44rem;
    letter-spacing: 0;
  }
  .goodsinfo-wrapper .info,
  .goodsinfo-wrapper .desc,
  .goodsinfo-wrapper .param li,
  .goodsinfo-wrapper .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    letter-spacing: 0;
  }
  .goodsinfo-wrapper .brief {
    margin-bottom: 0.48rem;
  }
  .goodsinfo-wrapper .param {
    margin-bottom: 0.48rem;
  }
  .goodsinfo-wrapper .param li {
    margin-bottom: 0.14rem;
    padding-left: 0.36rem;
  }
  .goodsinfo-wrapper .param li:before {
    border-width: 1px;
    top: 0.16rem;
  }
  .goodsinfo-wrapper .tags li {
    font-size: var(--fs14);
    line-height: 0.64rem;
    border-radius: 0.32rem;
  }
  .goodsinfo-wrapper table th {
    height: 48px;
  }
  .goodsinfo-wrapper th,
  .goodsinfo-wrapper td {
    font-size: 14px;
    padding: 5px;
  }
  .goodsinfo-wrapper td {
    height: 42px;
  }
  .floor-box a {
    font-size: 13px;
    padding: 0 0.3rem;
    line-height: 0.8rem;
  }
  .floor-box a:after {
    height: 0.24rem;
    margin-top: -0.12rem;
  }
  .about-wrapper .banner-box {
    height: auto;
    position: relative;
  }
  .about-wrapper .page-video-wrapper {
    height: 30vh;
    position: relative;
  }
  .page-video-wrapper video {
    -webkit-mask-size: 100%;
  }
  .fw-m9__progress {
    display: none;
  }
  .fw-m9__ship {
    width: 1rem;
    left: 0.3rem;
  }
  .about-wrapper .box-1 {
    position: relative;
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .about-wrapper .box-1 .page-caption {
    padding-left: 0.3rem;
    writing-mode: initial;
  }
  .about-wrapper .box-1 .right {
    padding-top: 1.6rem;
  }
  .about-wrapper .box-1 .right {
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    background: #fff;
  }
  .about-wrapper .box-1 .left {
    position: static;
    width: 100%;
  }
  .about-wrapper .box-1 .left .pic {
    height: auto;
  }
  .about-wrapper .box-1 .left .pic img {
    height: auto;
  }
  .about-wrapper .box-1 .page-caption {
    top: 0.8rem;
  }
  .about-wrapper .box-1 .year {
    font-size: var(--fs48);
  }
  .about-wrapper .box-1 .since {
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0;
  }
  .about-wrapper .box-1 .since span {
    top: 2px;
  }
  .about-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-top: 0.48rem;
  }
  .about-wrapper .box-1 .data {
    margin-top: 0.6rem;
  }
  .about-wrapper .box-1 .data p {
    font-size: var(--fs14);
  }
  .about-wrapper .box-1 .data .num {
    font-size: 0.6rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .about-wrapper .cats {
    margin-bottom: 0.5rem;
  }
  .about-wrapper .cats:before {
    top: 5px;
  }
  .about-wrapper .cats a {
    width: 25%;
  }
  .about-wrapper .cats a i {
    width: 12px;
    height: 12px;
  }
  .about-wrapper .cats a i:before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    border-width: 3px;
  }
  .about-wrapper .cats p {
    font-size: 13px;
    line-height: 20px;
  }
  .about-wrapper .box-2 .page-caption {
    text-align: center;
    display: none;
  }
  .about-wrapper .box-2 .container {
    display: block;
    position: relative;
    z-index: 10;
  }
  .about-wrapper .box-2 .swiper-box {
    width: 75%;
    margin-right: 0;
    margin-left: auto;
  }
  .about-wrapper .box-2 .info {
    width: 100%;
  }
  .about-wrapper .box-2 .info:before {
    display: none;
  }
  .about-wrapper .box-2 .main {
    display: block;
    grid-column: 0.66666667;
  }
  .about-wrapper .box-2 .item {
    display: block;
    padding: 0.6rem 0;
    height: auto;
  }
  .about-wrapper .box-2 .year {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .about-wrapper .box-2 .desc {
    padding: 0.2rem 0;
    font-size: var(--fs15);
    line-height: 0.4rem;
    letter-spacing: 0;
    width: 100%;
    margin-left: 0;
  }
  .about-wrapper .box-2 .swiper-pagination {
    display: none;
  }
  .about-wrapper .box-3 .main {
    display: block;
  }
  .about-wrapper .box-3 .left {
    width: 100%;
    padding-left: 20px;
    height: 400px;
  }
  .about-wrapper .box-3 .left::-webkit-scrollbar {
    width: 3px;
  }
  .about-wrapper .box-3 .left .item {
    display: block;
    position: relative;
    height: auto;
    padding: 15px 1.5rem 15px 0;
    border-bottom-width: 1px;
  }
  .about-wrapper .box-3 .left .item:first-child {
    border-top-width: 1px;
  }
  .about-wrapper .box-3 .view,
  .about-wrapper .box-3 .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .about-wrapper .box-3 .view {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 10;
  }
  .about-wrapper .box-3 .year {
    opacity: 1;
    visibility: visible;
    transform: none;
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-right: 0.4rem;
  }
  .about-wrapper .box-3 .view:hover {
    color: #172a87;
  }
  .about-wrapper .box-3 .title {
    width: 100%;
    -webkit-line-clamp: 2;
    margin-right: 0;
  }
  .about-wrapper .box-3 .right {
    width: 100%;
    margin-right: 0;
    margin-top: 0.6rem;
    padding: 10px;
  }
  .about-wrapper .box-3 .right img {
    height: 4rem;
  }
  .about-wrapper .box-4 {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-attachment: inherit;
  }
  .about-wrapper .box-4 .desc {
    width: 100%;
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-bottom: 0.48rem;
  }
  .about-wrapper .box-5 {
    padding-top: 0.8rem;
  }
  .about-wrapper .box-5 .desc {
    width: 100%;
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .box-5 .swiper-container {
    padding-bottom: 0.6rem;
  }
  .about-wrapper .box-5 .pic img {
    height: 3rem;
    object-fit: cover;
  }
  .about-wrapper .box-5 .info {
    height: auto;
    min-height: 92px;
    width: 90%;
    margin-top: -0.48rem;
    padding: 0.48rem 0.4rem;
  }
  .about-wrapper .box-5 .info p {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .box-6 {
    padding: 0.6rem 0 0.8rem;
  }
  .about-wrapper .box-6 ul {
    display: block;
  }
  .about-wrapper .box-6 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .about-wrapper .box-6 li:last-child {
    margin-bottom: 0;
  }
  .about-wrapper .box-6 li:hover {
    width: 100%;
  }
  .about-wrapper .box-6 .pic {
    height: auto;
    background: none!important;
    border-radius: 0.1rem;
  }
  .about-wrapper .box-6 .pic img {
    display: block;
  }
  .about-wrapper .box-6 .info {
    bottom: 0.42rem;
    padding: 0 0.48rem;
  }
  .about-wrapper .box-6 .title {
    font-size: var(--fs28);
  }
  .about-wrapper .box-6 p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-top: 0.15rem;
  }
  .about-wrapper .box-7 {
    padding-bottom: 0.6rem;
  }
  .about-wrapper .box-7 .top-box {
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-7 .desc {
    max-width: inherit;
    font-size: var(--fs15);
    line-height: 0.44rem;
    width: 100%;
  }
  .about-wrapper .box-7 .swiper-slide {
    width: 20%;
    padding: 0 10px;
  }
  .about-wrapper .box-7 .swiper-slide img {
    height: 1rem;
  }
  .about-wrapper .box-7 .swiper-container {
    padding: 15px 0;
  }
  .about-wrapper .box-7 .swiper-container:last-child {
    margin-bottom: 0;
    margin-top: -15px;
  }
  .search-wrapper .form .text {
    height: 0.8rem;
    line-height: 0.76rem;
    border-radius: 0.4rem;
    font-size: var(--fs16);
  }
  .search-wrapper .form a svg {
    width: 24px;
    height: 0.8rem;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}
.pageNum a {
  display: inline-block;
  color: #666;
  font-size: var(--fs24);
  vertical-align: middle;
  font-family: "en_regular";
  margin: 0 5px;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #fbfbfb;
  border-radius: 8px;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  line-height: 0.5rem;
}
.pageNum .btn {
  font-size: var(--fs30);
  font-family: "宋体";
  color: #000;
  font-weight: 700;
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #1a2d88;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #1a2d88;
  color: #fff;
  font-size: 12px;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.search-wrapper .result {
  margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #eee;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #1a2d88;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "mr";
}
@media screen and (max-width: 1004px) {
  .pageMore {
    display: block;
  }
  .pageNum {
    display: none;
  }
  .page-wrapper .content {
    line-height: 0.48rem;
  }
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
}
.imgScale {
  position: relative;
}
.imgScale:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.imgScale:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@media screen and (min-width: 1024px) {
}
@media screen and (max-width: 1600px) {
  .container {
    padding: 0 0.8rem;
  }
  .page-banner-wrapper,
  .ad-box {
    width: calc(100% - 1.6rem);
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs42: 40px;
    --fs48: 44px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs42: 0.36rem;
    --fs48: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs42: 0.48rem;
    --fs48: 0.5rem;
  }
  .w1440,
  .container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
.PublicAfter {
  overflow: hidden;
  position: relative;
}
.PublicAfter:after {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  width: 200%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 25%, #ffffff 50%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
}
.animated.PublicAfter:after {
  left: 100%;
  -webkit-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.ImgAnimate {
  position: relative;
  -webkit-filter: blur(0.5208333vw);
  filter: blur(0.5208333vw);
  overflow: hidden;
}
.ImgAnimate:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400%;
  pointer-events: none;
  -webkit-background-image: linear-gradient(to top, #ffffff 25%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(to top, #ffffff 25%, rgba(255, 255, 255, 0) 50%);
}
.animated .ImgAnimate {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.animated .ImgAnimate:after {
  bottom: -200%;
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1024px) {
  .animated .PublicAfter:after {
    top: 100%;
    left: 0;
  }
  .PublicAfter:after {
    left: 0;
    top: -50%;
    width: 100%;
    height: 200%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff 25%, #ffffff 50%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  }
}
@keyframes kusan {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 173%;
    height: 173%;
  }
}
@keyframes kusan2 {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 130%;
    height: 130%;
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}
/* 客服挂件 */
.kefu_box {
  width: auto;
  height: auto;
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 19;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  /*transform: translateY(-25%);*/
}
.kefu_box .item {
  width: 54px;
  height: 54px;
  background: #f1f1f1;
  position: relative;
  z-index: 5;
  margin-bottom: 1px;
}
.kefu_box .item:last-child {
  margin-bottom: 0;
}
.kefu_box .item:hover > a {
  background: #1a2d88;
}
.kefu_box .item > a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kefu_box .item .icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kefu_box .item .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}
.kefu_box .item .icon .on {
  opacity: 0;
  visibility: hidden;
}
.kefu_box .item .info {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translateX(25%);
  background: #1a2d88;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kefu_box .item .info .word {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 54px 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
.kefu_box .item.gotop {
  background: #1a2d88;
}
.kefu_box .item:hover .icon .init {
  opacity: 0;
  visibility: hidden;
}
.kefu_box .item:hover .icon .on {
  opacity: 1;
  visibility: visible;
}
.kefu_box .item:hover .qrcode,
.kefu_box .item:hover .info {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.kefu_box .item .qrcode {
  position: absolute;
  width: 100px;
  padding: 12px;
  right: 100%;
  top: 0;
  z-index: 1;
  transform: translateX(25%);
  background: #1a2d88;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kefu_box .item .qrcode img {
  display: block;
  width: 100%;
}
.kefu_box .item p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 8px;
}
.kefu_box .contrast {
  width: 54px;
  height: auto;
  margin-top: 54px;
}
.kefu_box .contrast .number {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  /* .kefu_box {
      display: none;
  } */
  .kefu_box .item {
    width: 36px;
    height: 36px;
  }
  .kefu_box .item .icon img {
    width: 20px;
    height: 20px;
  }
  .kefu_box .item .info .word {
    padding: 8px 40px 8px 8px;
    font-size: 12px;
  }
  .kefu_box .item .qrcode {
    width: 90px;
    padding: 8px;
  }
}
